Skip to content

Commit 8d5bf9d

Browse files
committed
Remove redundant pre-commit.ci
1 parent b44ed4a commit 8d5bf9d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)