We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e77ba commit 8b54937Copy full SHA for 8b54937
.pre-commit-config.yaml
@@ -11,16 +11,16 @@ repos:
11
hooks:
12
- id: isort
13
- repo: https://github.com/psf/black
14
- rev: 24.4.2
+ rev: 24.8.0
15
16
- id: black
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.16.0
+ rev: v3.17.0
19
20
- id: pyupgrade
21
args: [--py38-plus]
22
- repo: https://github.com/pycqa/flake8
23
- rev: 7.1.0
+ rev: 7.1.1
24
25
- id: flake8
26
exclude: ^(tests/|docs/|setup.py)
0 commit comments