mypy: config: use mypy_path=src (#6222)

This commit is contained in:
Daniel Hahler 2019-11-18 21:51:39 +01:00 committed by GitHub
commit ed5f191da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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