Skip to content

Commit 5cdd090

Browse files
authored
Merge pull request #11289 from uranusjr/add-src-to-mypy-path
Add /src explicitly to MYPY_PATH
2 parents 3b8fe8b + c611db6 commit 5cdd090

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
@@ -35,6 +35,7 @@ per-file-ignores =
3535
tests/*: B011
3636

3737
[mypy]
38+
mypy_path = $MYPY_CONFIG_FILE_DIR/src
3839
ignore_missing_imports = True
3940
disallow_untyped_defs = True
4041
disallow_any_generics = True

0 commit comments

Comments
 (0)