Skip to content

Commit ed5f191

Browse files
authored
mypy: config: use mypy_path=src (#6222)
2 parents b4ff6b3 + b461010 commit ed5f191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ignore =
6363
formats = sdist.tgz,bdist_wheel
6464

6565
[mypy]
66+
mypy_path = src
6667
ignore_missing_imports = True
6768
no_implicit_optional = True
6869
strict_equality = True

0 commit comments

Comments
 (0)