mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
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:
@@ -16,8 +16,6 @@ extend-exclude = '''
|
|||||||
reportInvalidTypeForm = false
|
reportInvalidTypeForm = false
|
||||||
disableBytesTypePromotions = true
|
disableBytesTypePromotions = true
|
||||||
reportUnnecessaryTypeIgnoreComment = true
|
reportUnnecessaryTypeIgnoreComment = true
|
||||||
# Just to add a quick insert of `# pyright: ignore[xxx]` comments in Pylance.
|
|
||||||
enableTypeIgnoreComments = false
|
|
||||||
|
|
||||||
# Define here general ruff settings,
|
# Define here general ruff settings,
|
||||||
# then they will be inherited projects .toml files.
|
# then they will be inherited projects .toml files.
|
||||||
|
|||||||
Reference in New Issue
Block a user