We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a957854 commit b5e40c1Copy full SHA for b5e40c1
.github/workflows/mypy.yml
@@ -31,4 +31,4 @@ jobs:
31
SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
32
run: |
33
cd backend
34
- uv run mypy --config-file pyproject.toml .
+ uv run mypy --config-file pyproject.toml --strict .
0 commit comments