Damian Cugley
Damian Cugley
I have had something which I think may be similar & which was fixed in 21.5b1 ``` --- src +++ dst @@ -779,11 +779,11 @@ body= Expr( value= Constant( value=...
I just tried adding `pep8-names` to a Django project and got a screenful of complaints about lines like this: ```python FooBar = apps.get_model("foobars", "FooBar") ``` Where `get_model` returns a class....
Thanks for your feedback. Just to be clear, `#noqa: N806` is fine