We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
overrides
1 parent 24a9d25 commit e049074Copy full SHA for e049074
pyproject.toml
@@ -155,8 +155,10 @@ disable_error_code = [
155
# `assert-type` issues is tests mostly comme from checking overloads
156
# Since this project is specific to Pylance, just ignore them
157
"assert-type",
158
+ # Incompatible overrides are out of our stubs' control
159
+ # as they are inherited from the implementation.
160
+ "override",
161
# TODO
- "override", # 790 errors in 220 files
162
"assignment", # 773 errors in 172 files
163
"misc", # 692 errors in 132 files
164
]
0 commit comments