Skip to content

Instantly share code, notes, and snippets.

@devender-yadav
Created July 21, 2019 19:35
Show Gist options
  • Save devender-yadav/97d7fa37c8b7a2b21083463b31fef7c4 to your computer and use it in GitHub Desktop.
Save devender-yadav/97d7fa37c8b7a2b21083463b31fef7c4 to your computer and use it in GitHub Desktop.
My python notes

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment