Line 0
Link Here
|
|
|
1 |
Code audit tool for Python and JavaScript. Pylama wraps these tools: |
2 |
|
3 |
- pycodestyle (formerly pep8) (c) 2012-2013, Florent Xicluna; |
4 |
- pydocstyle (formerly pep257 by Vladimir Keleshev) (c) 2014, Amir Rachum; |
5 |
- PyFlakes (c) 2005-2013, Kevin Watters; |
6 |
- Mccabe (c) Ned Batchelder; |
7 |
- Pylint (c) 2013, Logilab (should be installed 'pylama_pylint' module); |
8 |
- Radon (c) Michele Lacchia |
9 |
- gjslint (c) The Closure Linter Authors (should be installed 'pylama_gjslint' |
10 |
module); |
11 |
- eradicate (c) Steven Myint; |
12 |
- Mypy (c) Jukka Lehtosalo and contributors; |
13 |
|
14 |
WWW: https://github.com/klen/pylama |