We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76834b commit 8509f90Copy full SHA for 8509f90
1 file changed
.pre-commit-config.yaml
@@ -16,19 +16,19 @@ repos:
16
- id: trailing-whitespace
17
args: [--markdown-linebreak-ext=md]
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.19.1
+ rev: v3.20.0
20
hooks:
21
- id: pyupgrade
22
args: ['--py36-plus']
23
- repo: https://github.com/pycqa/flake8
24
- rev: 7.1.1
+ rev: 7.2.0
25
26
- id: flake8
27
- repo: https://github.com/pycqa/isort
28
- rev: 5.13.2
+ rev: 6.0.1
29
30
- id: isort
31
- repo: https://github.com/python/black
32
- rev: 24.10.0
+ rev: 25.1.0
33
34
- id: black
0 commit comments