File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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 # must match test-requirements.txt
4+ rev : v4.6 .0 # must match test-requirements.txt
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.1.1 # must match test-requirements.txt
9+ rev : 24.4.2 # must match test-requirements.txt
1010 hooks :
1111 - id : black
1212 exclude : ' ^(test-data/)'
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.2 .0 # must match test-requirements.txt
14+ rev : v0.5 .0 # must match test-requirements.txt
1515 hooks :
1616 - id : ruff
1717 args : [--exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments