Skip to content

Commit 33b6e71

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 caf53a6 commit 33b6e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
hooks:
7070
- id: mypy
7171
name: mypy
72-
entry: mypy src/datacustomcode
72+
entry: mypy --explicit-package-bases src/datacustomcode
7373
language: system
7474
pass_filenames: false
7575
types: [python]

0 commit comments

Comments
 (0)