Skip to content

Commit

Permalink
Merge pull request #11289 from uranusjr/add-src-to-mypy-path
Browse files Browse the repository at this point in the history
Add /src explicitly to MYPY_PATH
  • Loading branch information
pradyunsg committed Jul 24, 2022
2 parents 3b8fe8b + c611db6 commit 5cdd090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ per-file-ignores =
tests/*: B011

[mypy]
mypy_path = $MYPY_CONFIG_FILE_DIR/src
ignore_missing_imports = True
disallow_untyped_defs = True
disallow_any_generics = True
Expand Down

0 comments on commit 5cdd090

Please sign in to comment.