-
Notifications
You must be signed in to change notification settings - Fork 74
remove bad-whitespace pylint directive #104
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
Merged
makermelissa
merged 5 commits into
adafruit:master
from
jepler:remove-bad-whitespace-directive
Aug 27, 2020
Merged
remove bad-whitespace pylint directive #104
makermelissa
merged 5 commits into
adafruit:master
from
jepler:remove-bad-whitespace-directive
Aug 27, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fails due to unrelated pylint wrong-import-order errors I do not reproduce locally with pylint 2.6.0, such as
|
@jepler I would suggest updating the import order, but be prepared for it to cascade fail on the list of imports one at a time. Your local environment probably isn't exactly like the remote environment, and that's why it's not failing locally for you. I've had it happen. |
FoamyGuy
approved these changes
Aug 26, 2020
adafruit-adabot
added a commit
to adafruit/Adafruit_CircuitPython_Bundle
that referenced
this pull request
Sep 1, 2020
Updating https://github.com/adafruit/Adafruit_CircuitPython_DHT to 3.5.1 from 3.5.0: > Merge pull request adafruit/Adafruit_CircuitPython_DHT#48 from adafruit/lint > Merge pull request adafruit/Adafruit_CircuitPython_DHT#47 from michaellass/start_paused Updating https://github.com/adafruit/Adafruit_CircuitPython_DPS310 to 1.2.0 from 1.1.5: > Merge pull request adafruit/Adafruit_CircuitPython_DPS310#9 from caternuson/iss8 Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI to 3.5.0 from 3.4.2: > Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#105 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#104 from jepler/remove-bad-whitespace-directive Updating https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3731 to 2.6.5 from 2.6.4: > Merge pull request adafruit/Adafruit_CircuitPython_IS31FL3731#31 from esmil/master Updating https://github.com/adafruit/Adafruit_CircuitPython_Seesaw to 1.6.3 from 1.6.2: > Merge pull request adafruit/Adafruit_CircuitPython_seesaw#52 from jepler/remove-bad-whitespace-directive Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 4.1.0 from 4.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#44 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal to 1.3.0 from 1.1.1: > Merge pull request adafruit/Adafruit_CircuitPython_MatrixPortal#13 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_MatrixPortal#12 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_Motor to 3.2.2 from 3.2.1: > Merge pull request adafruit/Adafruit_CircuitPython_Motor#48 from kattni/update-example Updating https://github.com/adafruit/Adafruit_CircuitPython_Requests to 1.6.0 from 1.5.0: > Merge pull request adafruit/Adafruit_CircuitPython_Requests#30 from tannewt/add_tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This directive has been removed from pylint 2.6.0.