File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 - uses : actions/setup-python@v2
2929 with :
30- python-version : 3.7
30+ python-version : 3.9
3131
3232 - run : pip install pre-commit
3333 - run : SKIP=fmt,cargo-check,clippy pre-commit run --all-files
Original file line number Diff line number Diff line change 11default_language_version :
2- python : python3.7
2+ python : python3.9
33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v3.2 .0
6+ rev : v4.1 .0
77 hooks :
88 - id : check-yaml
99 - id : end-of-file-fixer
@@ -14,23 +14,23 @@ repos:
1414 - id : check-merge-conflict
1515
1616 - repo : https://github.com/jorisroovers/gitlint
17- rev : v0.13.1
17+ rev : v0.17.0
1818 hooks :
1919 - id : gitlint
2020
2121 - repo : https://github.com/adrienverge/yamllint
22- rev : v1.24.2
22+ rev : v1.26.3
2323 hooks :
2424 - id : yamllint
2525
2626 - repo : https://github.com/ambv/black
27- rev : 20.8b1
27+ rev : 21.12b0
2828 hooks :
2929 - id : black
3030 types : [python]
3131
3232 - repo : https://github.com/pre-commit/mirrors-isort
33- rev : v5.4.2
33+ rev : v5.10.1
3434 hooks :
3535 - id : isort
3636 additional_dependencies : ["isort[pyproject]"]
You can’t perform that action at this time.
0 commit comments