Add pyright config to project config

This commit is contained in:
Veronica Berglyd Olsen
2025-03-30 23:15:20 +02:00
parent 5934700cea
commit b4b19667f4
+8
View File
@@ -65,6 +65,14 @@ exclude = ["docs/*"]
max_line_length = 99
ignore = ["E133", "E221", "E226", "E228", "E241", "W503"]
[tool.pyright]
include = ["novelwriter"]
exclude = ["**/__pycache__"]
reportIncompatibleMethodOverride = false
pythonVersion = "3.10"
[tool.coverage.run]
branch = false