We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4791af commit b9c6097Copy full SHA for b9c6097
.pre-commit-config.yaml
@@ -20,16 +20,16 @@ repos:
20
- id: pyupgrade
21
args: [--py39-plus]
22
- repo: https://github.com/pycqa/isort
23
- rev: 5.13.2
+ rev: 6.0.1
24
hooks:
25
- id: isort
26
args: ["--profile", "black"]
27
- repo: https://github.com/psf/black
28
- rev: 24.10.0
+ rev: 25.1.0
29
30
- id: black
31
args: ["--line-length", "120"]
32
- repo: https://github.com/pycqa/flake8
33
- rev: 7.1.1
+ rev: 7.1.2
34
35
- id: flake8
0 commit comments