Anselm Hahn
Anselm Hahn
In addition to that, would it make sense for [default-mutable-arg](https://docs.sourcery.ai/Reference/Built-in-Rules/suggestions/default-mutable-arg/) to change from: From: ```python def func(hats: list = None): if hats is None: hats = [] change(hats) ``` to:...
> > (To be clear: I'm looking for more feedback here, including on the questions above. Thanks all!) > > One of my use cases is the following: > >...
Yes, but is it bad to use `alias`, respectively, own _type definitions_ to avoid code redundancy? * If so, using `some_attribute = ClassVar[dict[str, str]]` should cause already an alert?
> GitHub copilot inline chat currently uses GPT-3.5 while the sidebar chat uses GPT-4. I really like the inline chat feature since it is convenient and easy to work with,...