plone / plone.recipe.codeanalysis

provides static code analysis for Buildout-based Python projects, including flake8, JSHint, CSS Lint, and other code checks
https://pypi.org/project/plone.recipe.codeanalysis/
11 stars 8 forks source link

We should allow flake8 to read ignore options from setup.cfg #228

Open MrTango opened 5 years ago

MrTango commented 5 years ago

Analog to #221 we should also allow to define ignore options for flake8 in setup.cfg.