flake8/pylint reqs: Update mccabe to 0.5.2
When opening files ourselves, make sure we always name the file variable
This commit is contained in:
parent
57f256e80d
commit
12f506073a
@ -13,7 +13,7 @@ flake8-string-format==0.2.3
|
|||||||
flake8-tidy-imports==1.0.2
|
flake8-tidy-imports==1.0.2
|
||||||
flake8-tuple==0.2.12
|
flake8-tuple==0.2.12
|
||||||
hacking==0.11.0
|
hacking==0.11.0
|
||||||
mccabe==0.5.1
|
mccabe==0.5.2
|
||||||
packaging==16.7
|
packaging==16.7
|
||||||
pbr==1.10.0
|
pbr==1.10.0
|
||||||
pep8==1.7.0
|
pep8==1.7.0
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
||||||
isort==4.2.5
|
isort==4.2.5
|
||||||
lazy-object-proxy==1.2.2
|
lazy-object-proxy==1.2.2
|
||||||
mccabe==0.5.1
|
mccabe==0.5.2
|
||||||
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
|
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
requests==2.10.0
|
requests==2.10.0
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
astroid==1.4.8
|
astroid==1.4.8
|
||||||
isort==4.2.5
|
isort==4.2.5
|
||||||
lazy-object-proxy==1.2.2
|
lazy-object-proxy==1.2.2
|
||||||
mccabe==0.5.1
|
mccabe==0.5.2
|
||||||
pylint==1.6.4
|
pylint==1.6.4
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
requests==2.10.0
|
requests==2.10.0
|
||||||
|
Loading…
Reference in New Issue
Block a user