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 d69adb9 commit 662d420Copy full SHA for 662d420
.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.20.0
+ rev: v3.21.1
49
hooks:
50
- id: pyupgrade
51
args:
52
- "--py39-plus"
53
- repo: https://github.com/pycqa/isort
54
- rev: 6.0.1
+ rev: 7.0.0
55
56
- id: isort
57
# - repo: https://github.com/pycqa/bandit
@@ -73,7 +73,7 @@ repos:
73
- "-lll"
74
- "tests"
75
- repo: https://github.com/psf/black-pre-commit-mirror
76
- rev: 25.1.0
+ rev: 25.9.0
77
78
- id: black
79
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments