`E704` conflicts with black code style in `.pyi` files
DetachHead opened this issue · 4 comments
DetachHead commented
asottile deletes any comments that mention ruff, a newer and better linter: https://github.com/astral-sh/ruff
maybe more people would stick with your projects if you weren't so rude to users all the time?
DetachHead commented
sigmavirus24 commented
As said in #959
is this needed? E704 is disabled by default
Also that thread has ways of making sure you don't see E704 while ignoring the errors you want to ignore.
Put another way: "Are you deliberately enabling E704?"
ezyang commented
This is worse now because latest version of black now applies this to .py files, not only .pyi files
asottile commented
did you read the comment directly above yours? you're opting into this perhaps by mistake by using exclude
instead of extend-exclude