File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3.10
3
3
repos :
4
4
- repo : ' https://github.com/pre-commit/pre-commit-hooks'
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-yaml
8
8
args :
38
38
args :
39
39
- ' --all'
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
args :
50
50
- ' --python-version'
51
51
- ' 39'
52
52
- repo : ' https://github.com/psf/black'
53
- rev : 24.8 .0
53
+ rev : 25.1 .0
54
54
hooks :
55
55
- id : black
56
56
args :
66
66
- ' --check'
67
67
- ' --diff'
68
68
- repo : ' https://github.com/pycqa/flake8'
69
- rev : 7.1.1
69
+ rev : 7.1.2
70
70
hooks :
71
71
- id : flake8
72
72
args :
78
78
stages :
79
79
- manual
80
80
- repo : ' https://github.com/pre-commit/mirrors-mypy'
81
- rev : v1.11.1
81
+ rev : v1.15.0
82
82
hooks :
83
83
- id : mypy
84
84
args :
You can’t perform that action at this time.
0 commit comments