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

Fix wording of plugins documentation #1946

Closed Viicos closed 1 month ago

Viicos commented 1 month ago

Seems like I messed up in https://github.com/PyCQA/flake8/pull/1923

sigmavirus24 commented 1 month ago

Thanks for the fix!