## Static code analysis for python application ## Pylint ### How to install pip install pylint ### How to run pylint path/to/your/code ## Security linter for python apps ## Bandit ### How to instal pip install bandit ### How to run bandit -r path/to/your/code