We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767c792 commit a26b09aCopy full SHA for a26b09a
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: check-yaml
10
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v2.37.3
+ rev: v3.2.0
13
hooks:
14
- id: pyupgrade
15
args: [--py37-plus]
@@ -20,12 +20,12 @@ repos:
20
- id: isort
21
22
- repo: https://github.com/psf/black
23
- rev: 22.6.0
+ rev: 22.10.0
24
25
- id: black
26
27
- repo: https://github.com/PyCQA/flake8
28
- rev: 5.0.2
+ rev: 5.0.4
29
30
- id: flake8
31
additional_dependencies:
0 commit comments