Skip to content

Commit 51a338e

Browse files
falken10vdlAndrej730
authored andcommitted
Suppress reportRedeclaration in Pyright config
1 parent 7169dcd commit 51a338e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ extend-exclude = '''
2828
reportInvalidTypeForm = false
2929
disableBytesTypePromotions = true
3030
reportUnnecessaryTypeIgnoreComment = true
31+
reportRedeclaration = false
3132
# Pylance doesn't respect gitignore, so we have to exclude files manually here
3233
# to avoid VS Code slowing down.
3334
# https://github.com/microsoft/pylance-release/issues/5169

0 commit comments

Comments
 (0)