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 2402d71 commit ed87e32Copy full SHA for ed87e32
.pre-commit-config.yaml
@@ -5,18 +5,18 @@ repos:
5
- id: isort
6
7
- repo: https://github.com/python/black
8
- rev: 22.6.0
+ rev: 22.8.0
9
hooks:
10
- id: black
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v2.34.0
+ rev: v2.38.2
14
15
- id: pyupgrade
16
args: ["--py37-plus"]
17
18
- repo: https://github.com/pycqa/flake8
19
- rev: 4.0.1
+ rev: 5.0.4
20
21
- id: flake8
22
exclude: ^fuzz/generated/
dev-requirements.txt
@@ -1,7 +1,7 @@
1
-black==22.6.0
+black==22.8.0
2
isort==5.10.1
3
-pre-commit==2.19.0
4
-flake8==4.0.1
+pre-commit==2.20.0
+flake8==5.0.4
bandit==1.7.4
gitlint== v0.17.0
py>=1.10.0
0 commit comments