From 8cec3c758e1829ff5cbcb3e8abf0fb7a597438a0 Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Fri, 24 Feb 2017 00:04:09 +0100 Subject: [PATCH] Reformatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c58d07f..8439885 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ ## Python -[pycycle](https://github.com/bndr/pycycle) - Tool for pinpointing circular imports in Python. Find cyclic imports in any project. -[pylint](https://github.com/PyCQA/pylint/) - A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. -[prospector](https://github.com/landscapeio/prospector) - Inspects Python source files and provides information about type and location of classes, methods etc. -[mypy](https://github.com/python/mypy) - Optional static typing for Python 2 and 3 -[attrs](https://github.com/python-attrs/attrs) - Python Classes Without Boilerplate. +- [pycycle](https://github.com/bndr/pycycle) - Tool for pinpointing circular imports in Python. Find cyclic imports in any project. +- [pylint](https://github.com/PyCQA/pylint/) - A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. +- [prospector](https://github.com/landscapeio/prospector) - Inspects Python source files and provides information about type and location of classes, methods etc. +- [mypy](https://github.com/python/mypy) - Optional static typing for Python 2 and 3 +- [attrs](https://github.com/python-attrs/attrs) - Python Classes Without Boilerplate. -## Elixir \ No newline at end of file +## Elixir