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.43k stars 307 forks source link

Ignoring block of code #1932

Closed senhalil closed 5 months ago

senhalil commented 5 months ago

Well the title says it all. It looks like there is a way to skip a line or the whole file but not a part of a file. Are there any plans to implement this?

asottile commented 5 months ago

please in the future search for duplicates like the issue template states