ci: Update pyright exclude list
This commit is contained in:
@@ -16,6 +16,15 @@ reportUnnecessaryTypeIgnoreComment = "error"
|
|||||||
reportPropertyTypeMismatch = "error"
|
reportPropertyTypeMismatch = "error"
|
||||||
reportMissingModuleSource = "none"
|
reportMissingModuleSource = "none"
|
||||||
|
|
||||||
|
exclude = [
|
||||||
|
"**/__pycache__",
|
||||||
|
".git",
|
||||||
|
".venv",
|
||||||
|
"openpgp/*",
|
||||||
|
"pgp/*",
|
||||||
|
"triggers/*",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
target-version = "py310"
|
target-version = "py310"
|
||||||
|
|||||||
Reference in New Issue
Block a user