File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
exclude : ' (JSON|boards)'
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.0.1
6
+ rev : v4.4.0
7
7
hooks :
8
8
- id : check-docstring-first
9
9
- id : end-of-file-fixer
10
10
- id : trailing-whitespace
11
11
- repo : https://github.com/asottile/setup-cfg-fmt
12
- rev : v1.17 .0
12
+ rev : v2.5 .0
13
13
hooks :
14
14
- id : setup-cfg-fmt
15
15
- repo : https://github.com/PyCQA/flake8
16
- rev : 3.9.2
16
+ rev : 6.1.0
17
17
hooks :
18
18
- id : flake8
19
19
additional_dependencies : [flake8-typing-imports==1.7.0]
20
- - repo : https://github.com/myint /autoflake
21
- rev : v1.4
20
+ - repo : https://github.com/PyCQA /autoflake
21
+ rev : v2.2.1
22
22
hooks :
23
23
- id : autoflake
24
24
args : ["--in-place", "--remove-all-unused-imports"]
25
25
- repo : https://github.com/PyCQA/isort
26
- rev : 5.8 .0
26
+ rev : 5.12 .0
27
27
hooks :
28
28
- id : isort
29
29
- repo : https://github.com/psf/black
30
- rev : 21.5b2
30
+ rev : 23.9.1
31
31
hooks :
32
32
- id : black
33
33
- repo : https://github.com/asottile/pyupgrade
34
- rev : v2.19 .0
34
+ rev : v3.14 .0
35
35
hooks :
36
36
- id : pyupgrade
37
37
args : [--py37-plus]
You can’t perform that action at this time.
0 commit comments