mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-11 19:00:52 +08:00
Add __slots__ to third-party packages using stubdefaulter (#14619)
This commit is contained in:
@@ -177,6 +177,7 @@ ignore = [
|
||||
"TRY003", # Avoid specifying long messages outside the exception class
|
||||
# Slower and more verbose https://github.com/astral-sh/ruff/issues/7871
|
||||
"UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
|
||||
"PLC0205", # Sometimes __slots__ really is a string at runtime
|
||||
###
|
||||
# False-positives, but already checked by type-checkers
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user