File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/PyCQA/flake8
3
- rev : 3.9.2
3
+ rev : 5.0.4
4
4
hooks :
5
5
- id : flake8
6
- additional_dependencies : ["flake8-eradicate==0.4.0 "]
6
+ additional_dependencies : ["flake8-eradicate"]
7
7
8
8
- repo : https://github.com/patrick91/pre-commit-alex
9
9
rev : aa5da9e54b92ab7284feddeaf52edf14b1690de3
@@ -12,13 +12,13 @@ repos:
12
12
exclude : CHANGELOG.md
13
13
14
14
- repo : https://github.com/pre-commit/mirrors-prettier
15
- rev : v2.4.1
15
+ rev : v3.0.0-alpha.3
16
16
hooks :
17
17
- id : prettier
18
18
files : ' .*\.mdx?$'
19
19
20
20
- repo : https://github.com/pre-commit/pre-commit-hooks
21
- rev : v4.0.1
21
+ rev : v4.3.0
22
22
hooks :
23
23
- id : trailing-whitespace
24
24
- id : check-merge-conflict
32
32
args : ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
33
33
34
34
- repo : https://github.com/psf/black
35
- rev : 21.9b0
35
+ rev : 22.10.0
36
36
hooks :
37
37
- id : black
You can’t perform that action at this time.
0 commit comments