Summary
Hi!
Any idea if it's possible to somehow configure pycodestyle to ignore rules that are already implemented in Ruff? Besides manually listing them in pycodestyle ignore list and maintaning the list as new rules get implemented.
To avoid checking them twice - once by Ruff and once by pyocdestyle, while #2402 is not resolved.
I considered asking this on https://github.com/PyCQA/pycodestyle, but I thought they would redirect me here, since they don't maintain the list of rules that were already reimplemented in Ruff.
Version
No response
Summary
Hi!
Any idea if it's possible to somehow configure
pycodestyleto ignore rules that are already implemented in Ruff? Besides manually listing them inpycodestyleignore list and maintaning the list as new rules get implemented.To avoid checking them twice - once by Ruff and once by
pyocdestyle, while #2402 is not resolved.I considered asking this on https://github.com/PyCQA/pycodestyle, but I thought they would redirect me here, since they don't maintain the list of rules that were already reimplemented in Ruff.
Version
No response