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

Add support for bandit? #194

Closed gforcada closed 2 years ago

gforcada commented 8 years ago

https://pypi.python.org/pypi/bandit

hvelarde commented 8 years ago

seems to be useful in a couple of situations as long as we prepare a profile for Plone projects; for instance, using assert in code should not make the code analysis fail.

gforcada commented 2 years ago

I guess this is no longer the place to add this, a github action, pre-commit hook, or plain integration of tooling is best nowadays 😄