diff options
Diffstat (limited to 'python/python3-mccabe/README')
-rw-r--r-- | python/python3-mccabe/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/python3-mccabe/README b/python/python3-mccabe/README index 8294c57e4603..d462b9b7859f 100644 --- a/python/python3-mccabe/README +++ b/python/python3-mccabe/README @@ -1,5 +1,3 @@ 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. |