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 105aa4e commit 6a72303Copy full SHA for 6a72303
.pre-commit-config.yaml
@@ -37,14 +37,14 @@ repos:
37
"--remove-duplicate-keys",
38
]
39
- repo: https://github.com/pycqa/flake8
40
- rev: 7.0.0
+ rev: 7.1.0
41
hooks:
42
- id: flake8
43
additional_dependencies:
44
- flake8-bugbear
45
- flake8-datetime-utcnow-plugin
46
- repo: https://github.com/asottile/pyupgrade
47
- rev: v3.15.2
+ rev: v3.16.0
48
49
- id: pyupgrade
50
args:
@@ -58,7 +58,7 @@ repos:
58
59
- id: isort
60
- repo: https://github.com/pycqa/bandit
61
- rev: 1.7.8
+ rev: 1.7.9
62
63
- id: bandit
64
@@ -67,7 +67,7 @@ repos:
67
- "--exclude"
68
- "tests"
69
70
71
72
73
0 commit comments