File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v5 .0.0
3
+ rev : v6 .0.0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
9
9
- id : debug-statements
10
10
- id : check-case-conflict
11
11
12
- - repo : https://github.com/psf/black
13
- rev : 25.1 .0
12
+ - repo : https://github.com/psf/black-pre-commit-mirror
13
+ rev : 25.9 .0
14
14
hooks :
15
15
- id : black
16
16
language_version : python3
17
17
args : ["--line-length", "120"]
18
18
19
19
- repo : https://github.com/pycqa/isort
20
- rev : 6.0 .0
20
+ rev : 6.1 .0
21
21
hooks :
22
22
- id : isort
23
23
name : isort (python)
24
24
25
25
- repo : https://github.com/pycqa/flake8
26
- rev : 7.1.2
26
+ rev : 7.3.0
27
27
hooks :
28
28
- id : flake8
29
29
additional_dependencies : [flake8-docstrings]
You can’t perform that action at this time.
0 commit comments