File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2121 run : |
2222 pip install pre-commit
2323
24+ - name : Run pre-commit autoupdate
25+ run : pre-commit autoupdate
26+
2427 - name : Run pre-commit hooks with hook-stage "manual" (=checks only)
2528 run : |
2629 pre-commit run --hook-stage manual --all-files
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ repos:
1010 - id : check-ast
1111 types : [ python ]
1212 - repo : https://github.com/python-poetry/poetry
13- rev : 1.4 .0
13+ rev : 1.6 .0
1414 hooks :
1515 - id : poetry-check
1616 - repo : https://github.com/google/yapf
17- rev : v0.33.0
17+ rev : v0.40.2
1818 hooks :
1919 - id : yapf
2020 name : " yapf"
4141 stages : [ manual ]
4242 types : [ python ]
4343 - repo : https://github.com/pycqa/flake8
44- rev : 6.0 .0
44+ rev : 6.1 .0
4545 hooks :
4646 - id : flake8
4747 additional_dependencies : [flake8-quotes==3.3.2]
You can’t perform that action at this time.
0 commit comments