Skip to content

Commit 0e11fe7

Browse files
Adding explict src to get rid of lint error : src/datacustomcode/io/reader/query_api.py: error: Source file found twice under different module names: src.datacustomcode.io.reader.query_api and datacustomcode.io.reader.query_api
1 parent 33b6e71 commit 0e11fe7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ strict_optional = true
8282
warn_redundant_casts = true
8383
warn_return_any = true
8484
warn_unused_configs = true
85+
explicit_package_bases = true
86+
mypy_path = "src"
8587

8688
[tool.poetry]
8789
include = [

0 commit comments

Comments
 (0)