File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -152,14 +152,7 @@ jobs:
152152 - name : Verify commit
153153 run : |
154154 . venv/bin/activate
155- pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual bandit
156- pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual black
157- pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual codespell
158- pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual flake8
159- #pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual isort
160- pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual mypy
161- pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual userdata
162- pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual yamllint
155+ pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual pylint
163156
164157 prepare-test-cache :
165158 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments