File tree 1 file changed +15
-10
lines changed
1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/asottile/pyupgrade
3
- rev : v3.9 .0
3
+ rev : v3.15 .0
4
4
hooks :
5
5
- id : pyupgrade
6
6
args : [--py38-plus]
7
7
8
- - repo : https://github.com/psf/black
9
- rev : 23.7.0
8
+ - repo : https://github.com/psf/black-pre-commit-mirror
9
+ rev : 23.12.1
10
10
hooks :
11
11
- id : black
12
12
13
13
- repo : https://github.com/PyCQA/isort
14
- rev : 5.12.0
14
+ rev : 5.13.2
15
15
hooks :
16
16
- id : isort
17
17
18
18
- repo : https://github.com/PyCQA/flake8
19
- rev : 6.0 .0
19
+ rev : 6.1 .0
20
20
hooks :
21
21
- id : flake8
22
22
additional_dependencies :
@@ -29,23 +29,23 @@ repos:
29
29
- id : python-no-log-warn
30
30
31
31
- repo : https://github.com/pre-commit/pre-commit-hooks
32
- rev : v4.4 .0
32
+ rev : v4.5 .0
33
33
hooks :
34
34
- id : check-case-conflict
35
35
- id : check-merge-conflict
36
- - id : check-json
37
36
- id : check-toml
38
37
- id : check-yaml
38
+ - id : debug-statements
39
39
- id : end-of-file-fixer
40
40
- id : trailing-whitespace
41
41
42
42
- repo : https://github.com/tox-dev/pyproject-fmt
43
- rev : 0.13.0
43
+ rev : 1.5.3
44
44
hooks :
45
45
- id : pyproject-fmt
46
46
47
47
- repo : https://github.com/abravalheri/validate-pyproject
48
- rev : v0.13
48
+ rev : v0.15
49
49
hooks :
50
50
- id : validate-pyproject
51
51
@@ -55,10 +55,15 @@ repos:
55
55
- id : tox-ini-fmt
56
56
57
57
- repo : https://github.com/pre-commit/mirrors-prettier
58
- rev : v3.0 .0
58
+ rev : v3.1 .0
59
59
hooks :
60
60
- id : prettier
61
61
args : [--prose-wrap=always, --print-width=88]
62
62
63
+ - repo : meta
64
+ hooks :
65
+ - id : check-hooks-apply
66
+ - id : check-useless-excludes
67
+
63
68
ci :
64
69
autoupdate_schedule : quarterly
You can’t perform that action at this time.
0 commit comments