File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 - id : forbid-crlf
66 - id : remove-crlf
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v5 .0.0
8+ rev : v6 .0.0
99 hooks :
1010 - id : trailing-whitespace
1111 - id : end-of-file-fixer
1212 - id : check-merge-conflict
1313 - id : check-yaml
1414 args : [ --unsafe ]
1515 - repo : https://github.com/PyCQA/isort
16- rev : 6.0.1
16+ rev : 6.1.0
1717 hooks :
1818 - id : isort
1919 args : [ "--filter-files" ]
20- - repo : https://github.com/psf/black
21- rev : 25.1 .0
20+ - repo : https://github.com/psf/black-pre-commit-mirror
21+ rev : 25.9 .0
2222 hooks :
2323 - id : black
2424 language_version : python3.10
2525 - repo : https://github.com/pycqa/flake8
26- rev : 7.2 .0
26+ rev : 7.3 .0
2727 hooks :
2828 - id : flake8
2929 additional_dependencies : [ flake8-typing-imports==1.12.0 ]
3030 - repo : https://github.com/pre-commit/mirrors-mypy
31- rev : v1.15.0
31+ rev : v1.18.2
3232 hooks :
3333 - id : mypy
3434 exclude : tests/
You can’t perform that action at this time.
0 commit comments