Closed urda closed 7 years ago
pylint seems to be throwing some issues after upgrading it. pylint needs to be rolled back a version or the problems need to be fixed.
pylint
Reproduction Steps:
make test
Expected behavior:
pylint should not fail!
Observed behavior:
************* Module nistbeacon.nistbeacon C:149, 0: Exactly one space required around keyword argument assignment download: bool=True ^ (bad-whitespace) R: 69,12: Unnecessary "else" after "return" (no-else-return) R:160, 8: Unnecessary "else" after "return" (no-else-return)
It looks like the issue started with pylint==1.7.0. I will lock the project to pylint==1.6.5 until I can support the newer versions.
pylint==1.7.0
pylint==1.6.5
pylint
seems to be throwing some issues after upgrading it.pylint
needs to be rolled back a version or the problems need to be fixed.Reproduction Steps:
make test
pylint
failuresExpected behavior:
pylint
should not fail!Observed behavior: