Add src to mypy path
This commit is contained in:
parent
fb81e2bd1f
commit
8349e4f340
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ select = [
|
|||
"N" # Pep-8 naming
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
mypy_path = "$MYPY_CONFIG_FILE_DIR/src"
|
||||
|
||||
# Pyside 6 doesn't have type info so it's better to just ignore it
|
||||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue