Skip to content

Commit b461010

Browse files
committed
mypy: config: use mypy_path=src
This allows for checking files inside of "testing" without having "src/…" as an argument also.
1 parent a2d4833 commit b461010

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)