open-contracting / software-development-handbook

A guide for developers of OCP's tools
https://ocp-software-handbook.readthedocs.io/en/latest/
Other
4 stars 1 forks source link

Additional linting options #75

Closed jpmckinney closed 1 year ago

jpmckinney commented 1 year ago

bandit

bandit --recursive --skip B101,B311 -x manage.py,tests,node_modules,vendor,.git .

I've added a link to it in the QASP, but otherwise it seems to just be noise for our projects.

codespell

Added to docs and documentation-heavy repositories.

flake8-comprehensions

Added to standard-maintenance-scripts.

safety

We use dependabot instead.