diff options
Diffstat (limited to 'python/python3-mccabe/README')
-rw-r--r-- | python/python3-mccabe/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-mccabe/README b/python/python3-mccabe/README new file mode 100644 index 0000000000..8294c57e46 --- /dev/null +++ b/python/python3-mccabe/README @@ -0,0 +1,5 @@ +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. |