Skip to content

Commit

Permalink
use mypy in strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSpittlemeister committed Jul 29, 2024
1 parent 7becf3b commit 17a189a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- run: poetry install --with=dev
- run: poetry run pylint --max-line-length=100 bytechomp --disable=duplicate-code
- run: poetry run black --verbose --check --diff --line-length=100 bytechomp
- run: poetry run mypy bytechomp
- run: poetry run mypy --strict bytechomp
- run: poetry run pytest

0 comments on commit 17a189a

Please sign in to comment.