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 577a184 commit 57bedcdCopy full SHA for 57bedcd
.github/workflows/mypy.yml
@@ -26,4 +26,6 @@ jobs:
26
- name: Run mypy
27
env:
28
SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
29
- run: mypy --config-file backend/pyproject.toml backend/
+ run: |
30
+ cd backend
31
+ mypy --config-file pyproject.toml .
0 commit comments