pyproject.toml - remove enableTypeIgnoreComments

As Pylance now allows inserting pyright ignore comments without it 🎉

https://github.com/microsoft/pylance-release/issues/7220
This commit is contained in:
Andrej730
2025-07-03 09:58:21 +05:00
parent 5f5c0b41d5
commit 026eebf39b
-2
View File
@@ -16,8 +16,6 @@ extend-exclude = '''
reportInvalidTypeForm = false
disableBytesTypePromotions = true
reportUnnecessaryTypeIgnoreComment = true
# Just to add a quick insert of `# pyright: ignore[xxx]` comments in Pylance.
enableTypeIgnoreComments = false
# Define here general ruff settings,
# then they will be inherited projects .toml files.