Skip to content

Commit

Permalink
ci: Switch MyPy to strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarabela committed May 5, 2024
1 parent 8ac80f4 commit cf2fd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Typecheck with mypy
run: |
mypy
mypy --strict
- name: Check with ruff
run: |
ruff check
Expand Down

0 comments on commit cf2fd14

Please sign in to comment.