mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-08 22:36:18 +08:00
Enable Ruff flake8-todos (TD) (#13748)
This commit is contained in:
+1
-1
@@ -239,7 +239,7 @@ class Values:
|
||||
# __getattr__ doesn't exist, but anything passed as a default to __init__
|
||||
# is set on the instance.
|
||||
def __getattr__(self, name: str) -> Any: ...
|
||||
# TODO mypy infers -> object for __getattr__ if __setattr__ has `value: object`
|
||||
# TODO: mypy infers -> object for __getattr__ if __setattr__ has `value: object`
|
||||
def __setattr__(self, name: str, value: Any, /) -> None: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user