@@ -210,16 +210,20 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
210
210
* Tools of static analysis, linters and code quality checkers. See: [ awesome-static-analysis] ( https://github.com/mre/awesome-static-analysis ) .*
211
211
212
212
* 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.
215
214
* [ 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.
217
216
* [ 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.
219
219
* [ 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.
220
224
* Static Type Checkers
221
225
* [ 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.
223
227
* Static Type Annotations Generators
224
228
* [ MonkeyType] ( https://github.com/Instagram/MonkeyType ) - A system for Python that generates static type annotations by collecting runtime types
225
229
0 commit comments