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
exclude : ' ^(mypyc/external/)|(mypy/typeshed/)|misc/typeshed_patches' # Exclude all vendored code from lints
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.5 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
8
8
- repo : https://github.com/psf/black-pre-commit-mirror
9
- rev : 24.8 .0
9
+ rev : 24.10 .0
10
10
hooks :
11
11
- id : black
12
12
exclude : ' ^(test-data/)'
13
13
- repo : https://github.com/astral-sh/ruff-pre-commit
14
- rev : v0.6.9
14
+ rev : v0.8.4
15
15
hooks :
16
16
- id : ruff
17
17
args : [--exit-non-zero-on-fix]
18
18
- repo : https://github.com/python-jsonschema/check-jsonschema
19
- rev : 0.29.4
19
+ rev : 0.30.0
20
20
hooks :
21
21
- id : check-dependabot
22
22
- id : check-github-workflows
23
23
- repo : https://github.com/rhysd/actionlint
24
- rev : v1.7.3
24
+ rev : v1.7.4
25
25
hooks :
26
26
- id : actionlint
27
27
args : [
You can’t perform that action at this time.
0 commit comments