File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.0.1
3
+ rev : v4.3.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=500']
@@ -32,31 +32,31 @@ repos:
32
32
- id : text-unicode-replacement-char
33
33
exclude_types : [jupyter]
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v2.29 .0
35
+ rev : v2.38 .0
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py36-plus]
39
39
- repo : https://github.com/asottile/reorder_python_imports
40
- rev : v2.6.0
40
+ rev : v3.8.2
41
41
hooks :
42
42
- id : reorder-python-imports
43
43
types : [python]
44
44
- repo : https://github.com/asottile/setup-cfg-fmt
45
- rev : v1.17 .0
45
+ rev : v2.0 .0
46
46
hooks :
47
47
- id : setup-cfg-fmt
48
48
- repo : https://github.com/psf/black
49
- rev : 21.9b0
49
+ rev : 22.8.0
50
50
hooks :
51
51
- id : black
52
52
types : [python]
53
53
- repo : https://github.com/asottile/blacken-docs
54
- rev : v1.11.0
54
+ rev : v1.12.1
55
55
hooks :
56
56
- id : blacken-docs
57
57
additional_dependencies : [black]
58
58
- repo : https://github.com/PyCQA/flake8
59
- rev : 3.9.2
59
+ rev : 5.0.4
60
60
hooks :
61
61
- id : flake8
62
62
types : [python]
@@ -76,13 +76,13 @@ repos:
76
76
Pygments,
77
77
]
78
78
- repo : https://github.com/nbQA-dev/nbQA
79
- rev : 1.1.1
79
+ rev : 1.5.0
80
80
hooks :
81
81
- id : nbqa-black
82
82
- id : nbqa-pyupgrade
83
83
- id : nbqa-isort
84
84
- repo : https://github.com/PyCQA/doc8
85
- rev : 0.9.1
85
+ rev : v1.0.0
86
86
hooks :
87
87
- id : doc8
88
88
- repo : https://github.com/econchick/interrogate
@@ -92,13 +92,13 @@ repos:
92
92
args : [-v, --fail-under=78, src]
93
93
pass_filenames : false
94
94
- repo : https://github.com/codespell-project/codespell
95
- rev : v2.1.0
95
+ rev : v2.2.1
96
96
hooks :
97
97
- id : codespell
98
98
exclude : \.ipynb
99
99
args : [-L effekt, -L unparseable]
100
100
- repo : https://github.com/mgedmin/check-manifest
101
- rev : " 0.47 "
101
+ rev : " 0.48 "
102
102
hooks :
103
103
- id : check-manifest
104
104
- repo : meta
You can’t perform that action at this time.
0 commit comments