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 11exclude : ' ^(mypyc/external/)|(mypy/typeshed/)|misc/typeshed_patches' # Exclude all vendored code from lints
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v4.5 .0
4+ rev : v5.0 .0
55 hooks :
66 - id : trailing-whitespace
77 - id : end-of-file-fixer
88 - repo : https://github.com/psf/black-pre-commit-mirror
9- rev : 24.8 .0
9+ rev : 24.10 .0
1010 hooks :
1111 - id : black
1212 exclude : ' ^(test-data/)'
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.6.9
14+ rev : v0.8.4
1515 hooks :
1616 - id : ruff
1717 args : [--exit-non-zero-on-fix]
1818 - repo : https://github.com/python-jsonschema/check-jsonschema
19- rev : 0.29.4
19+ rev : 0.30.0
2020 hooks :
2121 - id : check-dependabot
2222 - id : check-github-workflows
2323 - repo : https://github.com/rhysd/actionlint
24- rev : v1.7.3
24+ rev : v1.7.4
2525 hooks :
2626 - id : actionlint
2727 args : [
You can’t perform that action at this time.
0 commit comments