Skip to content

Commit 218bb0e

Browse files
authored
Use --strict mypy by default
1 parent e84c348 commit 218bb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ deps =
3737
{[testenv:tests]deps}
3838
-r dev_requirements/requirements-type_check.txt
3939
commands =
40-
mypy --show-error-codes src/mypackage
41-
mypy --show-error-codes unittests
40+
mypy --show-error-codes src/mypackage --strict
41+
mypy --show-error-codes unittests --strict
4242
# add single files (ending with .py) or packages here
4343

4444
[testenv:spell_check]

0 commit comments

Comments
 (0)