Skip to content

Instantly share code, notes, and snippets.

@devender-yadav
Created July 21, 2019 19:35
Show Gist options
  • Select an option

  • Save devender-yadav/97d7fa37c8b7a2b21083463b31fef7c4 to your computer and use it in GitHub Desktop.

Select an option

Save devender-yadav/97d7fa37c8b7a2b21083463b31fef7c4 to your computer and use it in GitHub Desktop.

Revisions

  1. devender-yadav created this gist Jul 21, 2019.
    26 changes: 26 additions & 0 deletions code_quality.md
    Original 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