Add src to mypy path

This commit is contained in:
Toast 2025-05-14 17:23:06 +02:00
parent fb81e2bd1f
commit 8349e4f340

View file

@ -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 = [