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 @@ -38,16 +38,16 @@ repos:
38
38
files : " codecov.yml"
39
39
pass_filenames : false
40
40
- repo : https://github.com/PyCQA/isort
41
- rev : 5.13.2
41
+ rev : 6.0.1
42
42
hooks :
43
43
- id : isort
44
44
- repo : https://github.com/psf/black.git
45
- rev : 24.4.2
45
+ rev : 25.1.0
46
46
hooks :
47
47
- id : black
48
48
language_version : python3
49
49
- repo : https://github.com/pre-commit/pre-commit-hooks.git
50
- rev : v4.6 .0
50
+ rev : v5.0 .0
51
51
hooks :
52
52
- id : end-of-file-fixer
53
53
- id : trailing-whitespace
58
58
- id : debug-statements
59
59
language_version : python3
60
60
- repo : https://github.com/PyCQA/flake8
61
- rev : 7.0 .0
61
+ rev : 7.2 .0
62
62
hooks :
63
63
- id : flake8
64
64
additional_dependencies :
@@ -69,11 +69,11 @@ repos:
69
69
- flake8-pytest-style>=1.5.0
70
70
language_version : python3
71
71
- repo : https://github.com/pycqa/pylint
72
- rev : v3.2.2
72
+ rev : v3.3.6
73
73
hooks :
74
74
- id : pylint
75
75
- repo : https://github.com/pre-commit/mirrors-mypy
76
- rev : v1.10 .0
76
+ rev : v1.15 .0
77
77
hooks :
78
78
- id : mypy
79
79
# empty args needed in order to match mypy cli behavior
You can’t perform that action at this time.
0 commit comments