mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
Suppress reportRedeclaration in Pyright config
This commit is contained in:
@@ -28,6 +28,7 @@ extend-exclude = '''
|
|||||||
reportInvalidTypeForm = false
|
reportInvalidTypeForm = false
|
||||||
disableBytesTypePromotions = true
|
disableBytesTypePromotions = true
|
||||||
reportUnnecessaryTypeIgnoreComment = true
|
reportUnnecessaryTypeIgnoreComment = true
|
||||||
|
reportRedeclaration = false
|
||||||
# Pylance doesn't respect gitignore, so we have to exclude files manually here
|
# Pylance doesn't respect gitignore, so we have to exclude files manually here
|
||||||
# to avoid VS Code slowing down.
|
# to avoid VS Code slowing down.
|
||||||
# https://github.com/microsoft/pylance-release/issues/5169
|
# https://github.com/microsoft/pylance-release/issues/5169
|
||||||
|
|||||||
Reference in New Issue
Block a user