Gordon Wrigley
Gordon Wrigley
@uhbif19 I don't know about implementation wise, but semantically it would work fine for the layer contract as well. So this: [importlinter:contract:1] name = Example type = layers layers =...
I'm also hitting this on Exception classes
super in the init shuts it up...
The guy who maintains reorder-python-imports is very "my way or the highway", I suggest you take that advice and use isort or the fork suggestion @adamchainz made. The place I...
I can confirm this doesn't happen in 22.12.0, so it's new in the 23 line
re: --preview, yes we are, sorry I forgot to mention that, we like black so much we always want more
Also I have another version of the same query where instead of materialize and nested loop semi join it's used a hash and hash semi join. The hash only has...
I'm not sure where you want this, but I tried this quickly and had import issues with both PIL and psycopg2. Narrowing it down, if I have a package `fred`...
+1 Implementation wise just keeping each preceding line at a lesser indent would get me 90% of the way there with Python code.
I would expect that to behave the same without auto prefetch. Could you remove it and confirm if that is the case? Caching Django model instances is in general a...