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 @@ -7,7 +7,7 @@ exclude: |
7
7
)$
8
8
repos :
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.4 .0
10
+ rev : v4.5 .0
11
11
hooks :
12
12
- id : debug-statements
13
13
exclude : |
@@ -20,23 +20,23 @@ repos:
20
20
)$
21
21
- id : check-merge-conflict
22
22
- repo : https://github.com/asottile/pyupgrade
23
- rev : v3.3.1
23
+ rev : v3.15.0
24
24
hooks :
25
25
- id : pyupgrade
26
26
args : [--py39-plus]
27
27
- repo : https://github.com/psf/black
28
- rev : 23.1.0
28
+ rev : 23.12.1
29
29
hooks :
30
30
- id : black
31
31
language_version : python3
32
32
- repo : https://github.com/pycqa/flake8
33
- rev : 6 .0.0
33
+ rev : 7 .0.0
34
34
hooks :
35
35
- id : flake8
36
36
additional_dependencies :
37
37
- flake8-comprehensions
38
38
- repo : https://github.com/pycqa/isort
39
- rev : 5.12.0
39
+ rev : 5.13.2
40
40
hooks :
41
41
- id : isort
42
42
- repo : https://github.com/humitos/mirrors-autoflake.git
54
54
)$
55
55
args : ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
56
56
- repo : https://github.com/pre-commit/mirrors-mypy
57
- rev : v1.0 .0
57
+ rev : v1.8 .0
58
58
hooks :
59
59
- id : mypy
60
60
language : python
You can’t perform that action at this time.
0 commit comments