We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b0cfc commit 751fdf5Copy full SHA for 751fdf5
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: poetry run ruff format --check .
60
61
- name: Mypy
62
- run: poetry run mypy src tests
+ run: poetry run mypy src
63
64
- name: Pytest
65
run: poetry run pytest --cov
0 commit comments