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/PyCQA/autoflake
3
- rev : v2.1 .1
3
+ rev : v2.2 .1
4
4
hooks :
5
5
- id : autoflake
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.12.0
9
+ rev : 5.13.2
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.4 .0
15
+ rev : v4.5 .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 : 23.3.0
23
+ rev : 23.12.1
24
24
hooks :
25
25
- id : black
26
26
language_version : python3
27
27
28
28
- repo : https://github.com/adrienverge/yamllint.git
29
- rev : v1.32 .0
29
+ rev : v1.33 .0
30
30
hooks :
31
31
- id : yamllint
32
32
args : ["-d", "relaxed"]
33
33
34
34
- repo : https://github.com/pycqa/flake8
35
- rev : 6 .0.0
35
+ rev : 7 .0.0
36
36
hooks :
37
37
- id : flake8
You can’t perform that action at this time.
0 commit comments