We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd17b3 commit 248ef65Copy full SHA for 248ef65
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
run: poetry install --no-interaction
43
44
- name: MyPy Type checking
45
- run: poetry run mypy --config-file mypy.ini --strict --show-error-codes
+ run: poetry run mypy --config-file mypy.ini --show-error-codes
46
47
- name: Ruff Linting
48
run: poetry run ruff check
0 commit comments