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

Update documentation regarding entry points #1923

Closed Viicos closed 5 months ago

Viicos commented 5 months ago

Fixes #1920.

sigmavirus24 commented 5 months ago

Thank you @Viicos

Viicos commented 5 months ago

Thanks for wrapping up