Skip to content

Commit 6133e78

Browse files
committed
set mypy_path = "src" to help pre-commit mypy find imported classes
1 parent 01e00ae commit 6133e78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ ignore = [
347347
[tool.mypy]
348348
python_version = "3.11"
349349
ignore_missing_imports = true
350+
mypy_path = "src"
350351
namespace_packages = false
351352

352353
strict = true

0 commit comments

Comments
 (0)