Created
July 21, 2019 19:35
-
-
Save devender-yadav/97d7fa37c8b7a2b21083463b31fef7c4 to your computer and use it in GitHub Desktop.
Revisions
-
devender-yadav created this gist
Jul 21, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ ## 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