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 11default_language_version :
22 python : " 3.10"
33repos :
4- - repo : https://github.com/myint /autoflake
5- rev : v1.5.3
4+ - repo : https://github.com/PyCQA /autoflake
5+ rev : v2.0.0
66 hooks :
77 - id : autoflake
88 name : autoflake
99 args : [ "--in-place", "--remove-unused-variables", "--remove-all-unused-imports" ]
1010 language : python
1111 files : \.py$
1212 - repo : https://github.com/asottile/reorder_python_imports
13- rev : v3.8.2
13+ rev : v3.9.0
1414 hooks :
1515 - id : reorder-python-imports
1616 args : ['--application-directories=.:src']
1717 name : reorder python imports
1818 - repo : https://github.com/psf/black
19- rev : 22.3 .0
19+ rev : 22.12 .0
2020 hooks :
2121 - id : black
2222 args : [--safe, --quiet]
2323 - repo : https://github.com/pre-commit/pre-commit-hooks
24- rev : v4.2 .0
24+ rev : v4.4 .0
2525 hooks :
2626 - id : trailing-whitespace
2727 - id : end-of-file-fixer
3434 language : python
3535 additional_dependencies : [pygments, restructuredtext_lint]
3636 - repo : https://github.com/pre-commit/mirrors-mypy
37- rev : v0.971
37+ rev : v0.991
3838 hooks :
3939 - id : mypy
4040 files : src/
You can’t perform that action at this time.
0 commit comments