Skip to content

Commit 9f3a625

Browse files
committed
Don't run old linters on generator when testing min deps
1 parent 1fa7e97 commit 9f3a625

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ jobs:
101101
- name: Run mypy
102102
run: pdm mypy --show-error-codes
103103

104-
- name: Lint
105-
run: pdm run ruff check .
106-
107104
- name: Run unit tests only # snapshots are expected to fail
108105
run: pdm unit_test
109106

0 commit comments

Comments
 (0)