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 8
8
- " -x *test*.py"
9
9
10
10
- repo : https://github.com/psf/black
11
- rev : 22.6 .0
11
+ rev : 22.10 .0
12
12
hooks :
13
13
- id : black
14
14
language_version : python3.8
15
15
16
16
- repo : https://github.com/pycqa/flake8
17
- rev : 5 .0.4
17
+ rev : 6 .0.0
18
18
hooks :
19
19
- id : flake8
20
20
args :
26
26
- id : isort
27
27
28
28
- repo : https://github.com/pre-commit/pre-commit-hooks
29
- rev : v4.3 .0
29
+ rev : v4.4 .0
30
30
hooks :
31
31
- id : requirements-txt-fixer
32
32
files : requirements/.*\.txt$
@@ -40,14 +40,14 @@ repos:
40
40
- id : detect-private-key
41
41
42
42
- repo : https://github.com/adrienverge/yamllint
43
- rev : v1.27.1
43
+ rev : v1.28.0
44
44
hooks :
45
45
- id : yamllint
46
46
args :
47
47
- " --strict"
48
48
49
49
- repo : https://github.com/asottile/pyupgrade
50
- rev : v2.37.3
50
+ rev : v3.2.2
51
51
hooks :
52
52
- id : pyupgrade
53
53
args : [--py37-plus]
You can’t perform that action at this time.
0 commit comments