We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d94b7 commit 44b47dcCopy full SHA for 44b47dc
.pre-commit-config.yaml
@@ -23,16 +23,16 @@ repos:
23
hooks:
24
- id: pyupgrade
25
- repo: https://github.com/pycqa/isort
26
- rev: 5.13.2
+ rev: 6.0.1
27
28
- id: isort
29
name: isort (python)
30
args: [--profile, black]
31
- repo: https://github.com/psf/black
32
- rev: 24.10.0
+ rev: 25.1.0
33
34
- id: black
35
- repo: https://github.com/pycqa/flake8
36
- rev: 7.1.1
+ rev: 7.1.2
37
38
- id: flake8
0 commit comments