mypy: config: use mypy_path=src

This allows for checking files inside of "testing" without having
"src/…" as an argument also.
This commit is contained in:
Daniel Hahler 2019-11-18 18:12:13 +01:00
parent a2d48332fc
commit b461010f32
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ ignore =
formats = sdist.tgz,bdist_wheel
[mypy]
mypy_path = src
ignore_missing_imports = True
no_implicit_optional = True
strict_equality = True