File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
language : fail
12
12
files : " \\ .rej$"
13
13
- repo : https://github.com/pre-commit/mirrors-prettier
14
- rev : v2.7.1
14
+ rev : v3.0.3
15
15
hooks :
16
16
- id : prettier
17
17
additional_dependencies :
20
20
args :
21
21
- --plugin=@prettier/plugin-xml
22
22
- repo : https://github.com/myint/autoflake
23
- rev : v1.4
23
+ rev : v2.2.1
24
24
hooks :
25
25
- id : autoflake
26
26
args :
@@ -31,21 +31,21 @@ repos:
31
31
- --remove-duplicate-keys
32
32
- --remove-unused-variables
33
33
- repo : https://github.com/asottile/pyupgrade
34
- rev : v2.34 .0
34
+ rev : v3.13 .0
35
35
hooks :
36
36
- id : pyupgrade
37
37
- repo : https://github.com/psf/black
38
- rev : 22.3.0
38
+ rev : 23.9.1
39
39
hooks :
40
40
- id : black
41
41
- repo : https://github.com/timothycrosley/isort
42
- rev : 5.10.1
42
+ rev : 5.12.0
43
43
hooks :
44
44
- id : isort
45
45
args :
46
46
- --settings=.
47
47
- repo : https://github.com/pycqa/flake8
48
- rev : 3.9.2
48
+ rev : 6.1.0
49
49
hooks :
50
50
- &flake8
51
51
id : flake8
60
60
- --extend-ignore=F401
61
61
files : /__init__\.py$
62
62
- repo : https://github.com/pre-commit/pre-commit-hooks
63
- rev : v4.3 .0
63
+ rev : v4.4 .0
64
64
hooks :
65
65
- id : check-case-conflict
66
66
- id : check-executables-have-shebangs
You can’t perform that action at this time.
0 commit comments