Implement various static analysis methods to look for common security issues in code pushed to the project. Some tools: * [Bandit](https://github.com/PyCQA/bandit) * [MyPy](http://mypy-lang.org/) * [Prospector](https://prospector.landscape.io/) * [Pysa](https://pyre-check.org/docs/pysa-basics/) and Pyre * [SonarQube](https://www.sonarqube.org/)
Implement various static analysis methods to look for common security issues in code pushed to the project.
Some tools: