From acf1cef87ed6d978c2c5dbfd8176ccc2e0e7c7a0 Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Sun, 6 Jul 2014 23:15:19 +0400 Subject: [PATCH] Add pylama to code analyses and linter. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 696a881..4de5409 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python. * [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co. * [Pylint](http://www.pylint.org/) - A source code analyzer. +* [pylama](https://pylama.readthedocs.org/) - The modular source code checker: pep8, pyflakes, pylint and co. ## Debugging Tools