Skip to content

Commit ecca135

Browse files
committed
Try removing pylint-check
1 parent e654a08 commit ecca135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: Verify commit
157157
run: |
158158
. venv/bin/activate
159-
pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual pylint
159+
pre-commit run --show-diff-on-failure --color=always --all-files
160160
- name: Biome lint
161161
run: |
162162
. venv/bin/activate

0 commit comments

Comments
 (0)