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 65bba3b commit ae9f956Copy full SHA for ae9f956
.pre-commit-config.yaml
@@ -45,13 +45,13 @@ repos:
45
- flake8-bugbear
46
- flake8-datetime-utcnow-plugin
47
- repo: https://github.com/asottile/pyupgrade
48
- rev: v3.19.0
+ rev: v3.19.1
49
hooks:
50
- id: pyupgrade
51
args:
52
- "--py39-plus"
53
- repo: https://github.com/pycqa/isort
54
- rev: 5.13.2
+ rev: 6.0.0
55
56
- id: isort
57
# - repo: https://github.com/pycqa/bandit
@@ -64,7 +64,7 @@ repos:
64
# - "--exclude"
65
# - "tests"
66
- repo: https://github.com/pycqa/bandit
67
- rev: 1.7.10
+ rev: 1.8.2
68
69
- id: bandit
70
@@ -73,7 +73,7 @@ repos:
73
- "-lll"
74
- "tests"
75
- repo: https://github.com/psf/black-pre-commit-mirror
76
- rev: 24.10.0
+ rev: 25.1.0
77
78
- id: black
79
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments