Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Sep 6, 2020
1 parent 8a2cd30 commit 0f18673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
- ![stars](https://img.shields.io/github/stars/python-security/pyt?style=flat-square&color=ccc) [PyT - Python Taint](https://github.com/python-security/pyt) :warning: - A static analysis tool for detecting security vulnerabilities in Python web applications.
- ![stars](https://img.shields.io/github/stars/google/pytype?style=flat-square&color=ccc) [pytype](https://google.github.io/pytype/) - A static type analyzer for Python code.
- ![stars](https://img.shields.io/github/stars/rubik/radon?style=flat-square&color=ccc) [radon](https://radon.readthedocs.io/en/latest/) - A Python tool that computes various metrics from the source code.
- ![stars](https://img.shields.io/github/stars/hakancelik96/unimport?style=flat-square&color=ccc) [unimport](https://unimport.hakancelik.dev) - A linter, formatter for finding and removing unused import statements.
- ![stars](https://img.shields.io/github/stars/jendrikseipp/vulture?style=flat-square&color=ccc) [vulture](https://github.com/jendrikseipp/vulture) - Find unused classes, functions and variables in Python code.
- ![stars](https://img.shields.io/github/stars/wemake-services/wemake-python-styleguide?style=flat-square&color=ccc) [wemake-python-styleguide](https://wemake-python-stylegui.de) - The strictest and most opinionated python linter ever.
- ![stars](https://img.shields.io/github/stars/tonybaloney/wily?style=flat-square&color=ccc) [wily](https://github.com/tonybaloney/wily) - A command-line tool for archiving, exploring and graphing the complexity of Python source code.
Expand Down

0 comments on commit 0f18673

Please sign in to comment.