Suppress reportRedeclaration in Pyright config

This commit is contained in:
falken10vdl
2026-03-21 10:54:42 +01:00
committed by Andrej730
parent 7169dcd053
commit 51a338e4c8
+1
View File
@@ -28,6 +28,7 @@ extend-exclude = '''
reportInvalidTypeForm = false
disableBytesTypePromotions = true
reportUnnecessaryTypeIgnoreComment = true
reportRedeclaration = false
# Pylance doesn't respect gitignore, so we have to exclude files manually here
# to avoid VS Code slowing down.
# https://github.com/microsoft/pylance-release/issues/5169