pyproject.toml - enableTypeIgnoreComments=false

This commit is contained in:
Andrej730
2025-05-16 18:12:33 +05:00
parent 4ea9a598c7
commit 68d967c2e5
8 changed files with 14 additions and 12 deletions
+2
View File
@@ -36,3 +36,5 @@ extend-exclude = '''
reportInvalidTypeForm = false
disableBytesTypePromotions = true
reportUnnecessaryTypeIgnoreComment = true
# Just to add a quick insert of `# pyright: ignore[xxx]` comments in Pylance.
enableTypeIgnoreComments = false