We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320fcee commit 48273bfCopy full SHA for 48273bf
.pre-commit-config.yaml
@@ -37,14 +37,14 @@ repos:
37
"--remove-duplicate-keys",
38
]
39
- repo: https://github.com/pycqa/flake8
40
- rev: 7.1.0
+ rev: 7.1.1
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.16.0
+ rev: v3.17.0
48
49
- id: pyupgrade
50
args:
@@ -76,7 +76,7 @@ repos:
76
- "-lll"
77
- "tests"
78
- repo: https://github.com/psf/black
79
- rev: 24.4.2
+ rev: 24.8.0
80
81
- id: black
82
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments