Add pyright config to project config
This commit is contained in:
@@ -65,6 +65,14 @@ exclude = ["docs/*"]
|
|||||||
max_line_length = 99
|
max_line_length = 99
|
||||||
ignore = ["E133", "E221", "E226", "E228", "E241", "W503"]
|
ignore = ["E133", "E221", "E226", "E228", "E241", "W503"]
|
||||||
|
|
||||||
|
[tool.pyright]
|
||||||
|
include = ["novelwriter"]
|
||||||
|
exclude = ["**/__pycache__"]
|
||||||
|
|
||||||
|
reportIncompatibleMethodOverride = false
|
||||||
|
|
||||||
|
pythonVersion = "3.10"
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
branch = false
|
branch = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user