Reformatting

This commit is contained in:
2017-02-24 00:04:09 +01:00
parent 2f9c506ba0
commit 8cec3c758e

View File

@@ -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
## Elixir