Sergio Castillo

Results 3 comments of Sergio Castillo

> For what it's worth, the Django project is against adding type hints, at least in the near future. Yep, but I wonder why a RUF rule should really be...

> In the Django case, should we not be flagging those attributes at all, or should we not be suggesting typing.ClassVar (and instead suggest something else, like using immutable data...

@pcraciunoiu I am using this "fix" in my codebase: https://github.com/django/channels/issues/1091#issuecomment-701361358 Even if the thread is about Django channels, that was good enough to fix this issue for me (i am...