[Python-apps-commits] r12204 - in packages/prospector/trunk/debian (control)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Aug 7 22:07:36 UTC 2015


    Date: Friday, August 7, 2015 @ 22:07:35
  Author: danstender-guest
Revision: 12204

description: specifiy what Pyflakes does

Modified:
  packages/prospector/trunk/debian/control

Modified: packages/prospector/trunk/debian/control
===================================================================
--- packages/prospector/trunk/debian/control	2015-08-07 21:48:13 UTC (rev 12203)
+++ packages/prospector/trunk/debian/control	2015-08-07 22:07:35 UTC (rev 12204)
@@ -44,7 +44,7 @@
  complexity.
  It provides an uniform and flexible interface for these tools:
   - Pylint (extensive Python code checker)
-  - Pyflakes (another full Python code checker)
+  - Pyflakes (checks Python code on logical errors)
   - Pep8 (checks for Python coding style conventions)
   - Pep8-naming (checks for naming conventions not covered by Pep8, Flake8 extension)
   - McCabe (checks for cyclomatic code complexity, Flake8 extension)




More information about the Python-apps-commits mailing list