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 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
exclude : .github/|tests/testdata
10
10
- id : end-of-file-fixer
11
11
exclude : tests/testdata
12
12
- repo : https://github.com/astral-sh/ruff-pre-commit
13
- rev : " v0.3.4 "
13
+ rev : " v0.4.2 "
14
14
hooks :
15
15
- id : ruff
16
16
exclude : tests/testdata
34
34
- id : black-disable-checker
35
35
exclude : tests/test_nodes_lineno.py
36
36
- repo : https://github.com/psf/black
37
- rev : 24.3.0
37
+ rev : 24.4.2
38
38
hooks :
39
39
- id : black
40
40
args : [--safe, --quiet]
54
54
]
55
55
exclude : tests/testdata|conf.py
56
56
- repo : https://github.com/pre-commit/mirrors-mypy
57
- rev : v1.9 .0
57
+ rev : v1.10 .0
58
58
hooks :
59
59
- id : mypy
60
60
name : mypy
66
66
additional_dependencies : ["types-typed-ast"]
67
67
exclude : tests/testdata| # exclude everything, we're not ready
68
68
- repo : https://github.com/pre-commit/mirrors-prettier
69
- rev : v3.1.0
69
+ rev : v4.0.0-alpha.8
70
70
hooks :
71
71
- id : prettier
72
72
args : [--prose-wrap=always, --print-width=88]
You can’t perform that action at this time.
0 commit comments