Skip to content

Commit b5e40c1

Browse files
committed
mypy strict mode enabled
1 parent a957854 commit b5e40c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
SECRET_KEY: ${{ secrets.TEST_SECRET_KEY }}
3232
run: |
3333
cd backend
34-
uv run mypy --config-file pyproject.toml .
34+
uv run mypy --config-file pyproject.toml --strict .

0 commit comments

Comments
 (0)