slackbuilds_ponce/python/python3-mccabe/README
Markus Rinne 92d1ce84b6
python/python3-mccabe: Added (Complexity checker for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-08-18 08:39:47 +07:00

5 lines
206 B
Text

McCabe checker, plugin for flake8. Ned's script to
check McCabe complexity. This module provides a plugin
for flake8, the Python code checker.
Dependency pytest-runner must be built with Python 3 support.