Skip to content

Commit b0f4167

Browse files
committed
feat(mypy): use --strict flag in gh runner
1 parent cbdeb84 commit b0f4167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
pip install mypy types-requests types-aiofiles
3939
4040
- name: Run MyPy
41-
run: mypy ./dank_mids --pretty --ignore-missing-imports --show-error-codes --show-error-context --no-warn-no-return
41+
run: mypy ./dank_mids --strict --pretty --ignore-missing-imports --show-error-codes --show-error-context --no-warn-no-return

0 commit comments

Comments
 (0)