DylanYoung

Results 63 comments of DylanYoung

I don't think anyone suggested sharing ranges. They suggested splitting the range so that it isn't shared. This is pretty standard for flake8 plugins. Normally, a plugin only reserves a...

It's literally and explicitly documented by Flake8, lol. But absolutely you're correct that sharing works through explicit agreement. Same as sharing a letter namespace, lol. However, there are only a...

Frankly, Flake8 either needs to manage their namespaces better (with a registry) or they need a way to remap error codes from plugins, but that's neither here nor there.

I don't know where @xZise did what you suggested, but I certainly don't support you being insulted because of your opinion. Hopefully it was just a misunderstanding.

Never hurts to plug this fellow: https://github.com/life4/flakehell/tree/master/flakehell/ Which has a much more sane execution model.

https://pypi.org/project/flake8-commas/ is another option.

Then why does it have a whole section of Python 3 warnings? That's confusing. Can you elaborate on which parts don't work with Python 2? And shouldn't it just use...

Many of the things those checks validate don't work in Python 3, so that doesn't really explain anything. In fact, none of them work in Python 3 except B303, right?...

@joaoe And how long is any project in that state? It's an intermediate state that lasts maybe a day for most projects (if that) and there are existing tools that...