Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Currently setup.py is listed in setup.cfg to prevent warnings from flake8. I think a better approach is to add
# flake8: noqaafter each line raising flake8 issues. Also, state the rationale explicitly why we force flake8 to ignore these lines.This issue is related to #5178
Any opinions?