File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
args : ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
7
7
8
8
- repo : https://github.com/pycqa/isort
9
- rev : 5.13.2
9
+ rev : 6.0.0
10
10
hooks :
11
11
- id : isort
12
12
args : ["--profile", "black", "--filter-files"]
13
13
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v4.6 .0
15
+ rev : v5.0 .0
16
16
hooks :
17
17
- id : trailing-whitespace
18
18
exclude : ^docs/.*|.*.md
19
19
- id : end-of-file-fixer
20
20
exclude : ^docs/.*|.*.md
21
21
22
22
- repo : https://github.com/psf/black
23
- rev : 24.4 .0
23
+ rev : 25.1 .0
24
24
hooks :
25
25
- id : black
26
26
language_version : python3
32
32
args : ["-d", "relaxed"]
33
33
34
34
- repo : https://github.com/pycqa/flake8
35
- rev : 7.0.0
35
+ rev : 7.1.2
36
36
hooks :
37
37
- id : flake8
You can’t perform that action at this time.
0 commit comments