Skip to content

Conversation

@process1183
Copy link
Contributor

I added forced reinstallation of pylint 1.9.2 to the .travis.yml, similar to many other Adafruit CircuitPython libraries.

I made this addition because it was listed under "PyLint version not fixed - 9" in adafruit/circuitpython#1246

Copy link
Contributor

@kattni kattni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this! As you can see, travisci failed. I believe the issue is that the adafruit_bmp280.py file was linted under the newer Pylint version. Please remove the #pylint: disable=useless-import-alias lines from:

# pylint: disable=useless-import-alias

and
# pylint: disable=useless-import-alias

That should resolve the issue. Make those changes locally and push to the same branch to update this PR. Thank you!

`#pylint: disable=useless-import-alias` is not supported in Pylint 1.9.2
@kattni kattni merged commit 3d86853 into adafruit:master Oct 25, 2018
@process1183 process1183 deleted the pylint branch October 25, 2018 21:52
tannewt pushed a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Oct 26, 2018
Updating https://github.com/adafruit/Adafruit_CircuitPython_BMP280 to 3.0.8 from 3.0.7:
  > Merge pull request adafruit/Adafruit_CircuitPython_BMP280#8 from process1183/pylint
  > Merge pull request adafruit/Adafruit_CircuitPython_BMP280#9 from process1183/blinka
  > ignore the board module imports in .pylintrc

Updating https://github.com/adafruit/Adafruit_CircuitPython_MatrixKe to 1.1.2 from 1.1.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_MatrixKe#4 from kattni/update-example
  > ignore the board module imports in .pylintrc
  > Merge pull request adafruit/Adafruit_CircuitPython_MatrixKe#3 from kattni/example-update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants