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 e26e399 commit c025d4eCopy full SHA for c025d4e
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/PyCQA/bandit
4
- rev: 1.8.0
+ rev: 1.8.2
5
hooks:
6
- id: bandit
7
exclude: /.*tests/
@@ -56,7 +56,7 @@ repos:
56
- "--strict"
57
58
- repo: https://github.com/asottile/pyupgrade
59
- rev: v3.19.0
+ rev: v3.19.1
60
61
- id: pyupgrade
62
args: [--py39-plus]
0 commit comments