Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92ef04f

Browse files
committed
cleanup Code Analysis
1 parent 461c33e commit 92ef04f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,20 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
210210
*Tools of static analysis, linters and code quality checkers. See: [awesome-static-analysis](https://github.com/mre/awesome-static-analysis).*
211211

212212
* Code Analysis
213-
* [flake8](https://pypi.python.org/pypi/flake8) - A wrapper around pycodestyle, pyflakes and McCabe.
214-
* [coala](http://coala.io/) - Language independent and easily extendable code analysis application.
213+
* [coala](https://github.com/coala/coala/) - Language independent and easily extendable code analysis application.
215214
* [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
216-
* [prospector](https://github.com/landscapeio/prospector) - A tool to analyse Python code.
215+
* [prospector](https://github.com/PyCQA/prospector) - A tool to analyse Python code.
217216
* [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application.
218-
* [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript.
217+
* Code Linters
218+
* [flake8](https://pypi.python.org/pypi/flake8) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
219219
* [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
220+
* [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript.
221+
Code Formatters
222+
* [black](https://github.com/ambv/black) - The uncompromising Python code formatter.
223+
* [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
220224
* Static Type Checkers
221225
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
222-
* [Pyre](https://github.com/facebook/pyre-check) - Performant type checking.
226+
* [pyre-check](https://github.com/facebook/pyre-check) - Performant type checking.
223227
* Static Type Annotations Generators
224228
* [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types
225229

0 commit comments

Comments
 (0)