Skip to content

Commit 248ef65

Browse files
non-strict mypy typing
1 parent cbd17b3 commit 248ef65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: poetry install --no-interaction
4343

4444
- name: MyPy Type checking
45-
run: poetry run mypy --config-file mypy.ini --strict --show-error-codes
45+
run: poetry run mypy --config-file mypy.ini --show-error-codes
4646

4747
- name: Ruff Linting
4848
run: poetry run ruff check

0 commit comments

Comments
 (0)