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 a932c9e commit f7e6f98Copy full SHA for f7e6f98
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
- flake8-bugbear
46
- flake8-datetime-utcnow-plugin
47
- repo: https://github.com/asottile/pyupgrade
48
- rev: v3.19.1
+ rev: v3.20.0
49
hooks:
50
- id: pyupgrade
51
args:
@@ -55,7 +55,7 @@ repos:
55
56
- id: isort
57
- repo: https://github.com/pycqa/bandit
58
- rev: 1.8.3
+ rev: 1.8.4
59
60
- id: bandit
61
@@ -64,7 +64,7 @@ repos:
64
- "--exclude"
65
- "tests"
66
67
68
69
70
0 commit comments