Skip to content

Commit

Permalink
Run mypy in strict mode (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd authored Dec 21, 2023
1 parent dda0040 commit ea97d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: python -m ruff check --output-format=github src/

- name: "Run mypy"
run: python -m mypy src/
run: python -m mypy --strict src/

0 comments on commit ea97d99

Please sign in to comment.