PyCQA/pycodestyle

`E704` conflicts with black code style in `.pyi` files

DetachHead opened this issue · 4 comments

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?

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?"

This is worse now because latest version of black now applies this to .py files, not only .pyi files

did you read the comment directly above yours? you're opting into this perhaps by mistake by using exclude instead of extend-exclude