Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force pylint version 1.9.2 #8

Merged
merged 2 commits into from
Oct 25, 2018
Merged

Force pylint version 1.9.2 #8

merged 2 commits into from
Oct 25, 2018

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