summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-11-18 18:12:13 +0100
committerDaniel Hahler <git@thequod.de>2019-11-18 18:12:59 +0100
commitb461010f32bb60cca1718a0542a4426f73a61758 (patch)
tree285ec483c2cc1be7707485c2a84f574730e6ca96 /setup.cfg
parenta2d48332fc767b06d024c7988a7a29d221d83ec4 (diff)
downloadpytest-b461010f32bb60cca1718a0542a4426f73a61758.tar.gz
mypy: config: use mypy_path=src
This allows for checking files inside of "testing" without having "src/…" as an argument also.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0c0cb4861..42d5b9460 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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