Skip to content

Commit 751fdf5

Browse files
committed
ci: remove mypy check on tests in workflow
1 parent 35b0cfc commit 751fdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: poetry run ruff format --check .
6060

6161
- name: Mypy
62-
run: poetry run mypy src tests
62+
run: poetry run mypy src
6363

6464
- name: Pytest
6565
run: poetry run pytest --cov

0 commit comments

Comments
 (0)