PyCQA / flake8

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
https://flake8.pycqa.org
Other
3.39k stars 306 forks source link

Make the source of E###, W### and C901 more explicit #1922

Closed peterjc closed 6 months ago

peterjc commented 6 months ago

It was all to easy to overlook the link to pycodestyle when it was under the table of F### codes.

asottile commented 6 months ago

the issue form and template are both explicit about this already

peterjc commented 6 months ago

https://github.com/PyCQA/flake8/blob/main/.github/ISSUE_TEMPLATE/config.yml is clear - perhaps reorder it as I missed the E__ code bit. Twice. I was probably rushed, sorry.

The pull request was to improve https://flake8.pycqa.org/en/latest/user/error-codes.html#error-violation-codes which doesn't mention E or W codes explicitly:

asottile commented 6 months ago

unfortunately we have no control over the order there. github used to put our links at the top and not any more