requirements: Update mccabe to 0.5.1

- Set default maximum complexity to -1 on the class itself
This commit is contained in:
Florian Bruhin 2016-07-28 15:55:41 +02:00
parent 1213b91b66
commit 3aa5eb86fb
4 changed files with 3 additions and 6 deletions

View File

@ -13,7 +13,7 @@ flake8-string-format==0.2.3
flake8-tidy-imports==1.0.2
flake8-tuple==0.2.12
hacking==0.11.0
mccabe==0.5.0
mccabe==0.5.1
packaging==16.7
pbr==1.10.0
pep8==1.7.0

View File

@ -3,7 +3,7 @@
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
isort==4.2.5
lazy-object-proxy==1.2.2
mccabe==0.5.0
mccabe==0.5.1
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
./scripts/dev/pylint_checkers
requests==2.10.0

View File

@ -3,9 +3,6 @@
./scripts/dev/pylint_checkers
requests
# https://github.com/PyCQA/pylint/issues/932
mccabe==0.5.0
# remove @commit-id for scm installs
#@ replace: @.*# #

View File

@ -3,7 +3,7 @@
astroid==1.4.8
isort==4.2.5
lazy-object-proxy==1.2.2
mccabe==0.5.0
mccabe==0.5.1
pylint==1.6.4
./scripts/dev/pylint_checkers
requests==2.10.0