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:
parent
a2d48332fc
commit
b461010f32
|
@ -63,6 +63,7 @@ ignore =
|
||||||
formats = sdist.tgz,bdist_wheel
|
formats = sdist.tgz,bdist_wheel
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
|
mypy_path = src
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
no_implicit_optional = True
|
no_implicit_optional = True
|
||||||
strict_equality = True
|
strict_equality = True
|
||||||
|
|
Loading…
Reference in New Issue