File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 24.10 .0
3
+ rev : 25.1 .0
4
4
hooks :
5
5
- id : black
6
6
14
14
- id : end-of-file-fixer
15
15
- id : trailing-whitespace
16
16
- repo : https://github.com/pycqa/isort
17
- rev : 5.13.2
17
+ rev : 6.0.1
18
18
hooks :
19
19
- id : isort
20
20
name : isort (python)
@@ -28,22 +28,22 @@ repos:
28
28
]
29
29
30
30
- repo : https://github.com/PyCQA/flake8
31
- rev : " 7.1.1 " # pick a git hash / tag to point to
31
+ rev : " 7.1.2 " # pick a git hash / tag to point to
32
32
hooks :
33
33
- id : flake8
34
34
additional_dependencies : ["flake8-bugbear"]
35
35
- repo : https://github.com/pre-commit/mirrors-mypy
36
- rev : " v1.13 .0" # Use the sha / tag you want to point at
36
+ rev : " v1.15 .0" # Use the sha / tag you want to point at
37
37
hooks :
38
38
- id : mypy
39
39
exclude : " conftest.py|^doc/examples/examples/|^doc/conf.py"
40
40
- repo : https://github.com/codespell-project/codespell
41
- rev : " v2.3.0 "
41
+ rev : " v2.4.1 "
42
42
hooks :
43
43
- id : codespell
44
44
args : ["-I", "codespell.txt"]
45
45
- repo : https://github.com/asottile/pyupgrade
46
- rev : v3.19.0
46
+ rev : v3.19.1
47
47
hooks :
48
48
- id : pyupgrade
49
49
args : ["--py37-plus"]
You can’t perform that action at this time.
0 commit comments