Skip to content

Modify and rename setup.py (Fixes #36) #41

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
merged 3 commits into from
Mar 1, 2021
Merged

Conversation

SAK917
Copy link
Contributor

@SAK917 SAK917 commented Feb 26, 2021

Hi @kattni, I saw this issue was languishing in the Good First Issue list and thought I would take a stab at it. I replaced the contents of setup.py with the comment block you provided in the issue and then renamed the file to setup.py.disabled as instructed. Let me know if there is anything else I need to do...

Replace contents with comment and rename file
to setup.py.disabled as per Issue adafruit#36
@SAK917
Copy link
Contributor Author

SAK917 commented Feb 26, 2021

It looks like the check is failing in Pylint with the "similar lines in 2 files" error. I believe I saw on Discord that you were looking into this error, so I won't pursue it until I hear otherwise.

@ladyada ladyada requested a review from kattni February 26, 2021 22:49
@kattni
Copy link
Contributor

kattni commented Mar 1, 2021

@SAK917 Your changes are perfect! As for the Pylint failure - how comfortable are you with Git and GitHub? I can walk you through the changes that need to be made to get this PR passing. We have a library patch in the works, but it may be a week or so before it's deployed. Let me know if you'd like to give it a try!

@SAK917
Copy link
Contributor Author

SAK917 commented Mar 1, 2021

Hi @kattni, I am ok with Git / GitHub and wanting to learn more so just let me know what I can do and I am happy to do it.

@kattni
Copy link
Contributor

kattni commented Mar 1, 2021

@SAK917 Ok, so what you'll do is make changes in the same branch as used for this PR (which is master on your fork) and git push the same as you did with this change. It will automatically update this PR with your new changes. If you run into issues with this, please ping me and I will help you sort it out.

Please update the following two files.

First Adafruit_CircuitPython_PyBadger/.github/workflows/build.yml should look like the contents of this gist.

Second Adafruit_CircuitPython_PyBadger/.pre-commit-config.yaml should look like the contents of this gist.

SAK917 added 2 commits March 1, 2021 12:18
Remove test job 'Pylint' as per kattni
Add 'Pylint' and 'local' repos and hooks as per kattni
@kattni
Copy link
Contributor

kattni commented Mar 1, 2021

@SAK917 You did everything right. I need to look at this failure as soon as this meeting is over, and likely will merge your changes and we'll deal with it in an issue.

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.

@SAK917 Thank you again for doing this! I'm going to merge it and file an issue regarding the failure, as it is an issue with the library itself.

@kattni kattni merged commit 1a14155 into adafruit:master Mar 1, 2021
@SAK917
Copy link
Contributor Author

SAK917 commented Mar 1, 2021

Happy to help @kattni, and don't hesitate to let me know if there is anything else I can do. I know you folks are super busy with the RP2040 releases about to hit and I felt conflicted about dredging up an old issue, but also thought that getting some old issues off the books is always a good thing as well. If you want me to pause looking at these older "Good First Issues" just let me know.

@kattni
Copy link
Contributor

kattni commented Mar 2, 2021

@SAK917 We're always happy to see older issues getting taken care of. If you would like to start picking up some more issues, please feel free! I would love to see that. To clarify, we are never so hyperfocused on any one thing that we expect development to pause elsewhere. Sometimes it means taking extra time to get to reviewing a PR, but we have never considered suggesting that folx stop submitting them. We have a team for a reason - in the event that something big like the RP2040 happens, we can still keep everything else flowing.

If you pick anything else up, please comment on the issue that you're working on it. When you create the PR, you can tag me directly so I can request a review from our team (since I don't think you can request reviews... if you can, request from CircuitPythonLibrarians!).

@SAK917
Copy link
Contributor Author

SAK917 commented Mar 2, 2021

@kattni Thanks for the response and I do have one more contribution question: I noticed there seem to be a lot of similar library infrastructure issues. If there is something repetitive or not too in-depth that I can stop and pick back up frequently due to interruptions, I am happy to take a stab at it. I have time to work on that kind of mind numbing stuff right now, and it would mesh with my currently funky schedule. There are a lot of things listed under Library Infrastructure Issues and I don’t know where best to start (or if it is even a priority), but if you want to take me up on this just point me in the direction of what you need done!

adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Mar 3, 2021
Updating https://github.com/adafruit/Adafruit_CircuitPython_74HC595 to 1.2.4 from 1.2.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15 to 2.2.8 from 2.2.7:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ADT7410 to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x to 1.11.7 from 1.11.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_AHTx0 to 1.0.5 from 1.0.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_AM2320 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_AMG88xx to 1.2.7 from 1.2.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_APDS9960 to 2.2.6 from 2.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_AS726x to 2.0.4 from 2.0.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_AS7341 to 1.0.5 from 1.0.4:
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ATECC to 1.2.6 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow
  > Merge pull request adafruit/Adafruit_CircuitPython_ATECC#20 from rrottmann/master
  > Merge pull request adafruit/Adafruit_CircuitPython_ATECC#19 from rrottmann/master

Updating https://github.com/adafruit/Adafruit_CircuitPython_AW9523 to 1.0.2 from 1.0.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BD3491FS to 1.1.6 from 1.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BH1750 to 1.0.3 from 1.0.2:
  > Set correct black and reuse versions
  > Removed pylint process from github workflow
  > Hardcoded black version

Updating https://github.com/adafruit/Adafruit_CircuitPython_BluefruitSPI to 1.1.6 from 1.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BME280 to 2.5.4 from 2.5.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BME680 to 3.3.2 from 3.3.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BMP280 to 3.2.6 from 3.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BMP3XX to 1.3.4 from 1.3.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 5.2.5 from 5.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO08X to 1.0.5 from 1.0.4:
  > Changed black and reuse to correct versions
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO08X_RVC to 1.0.3 from 1.0.2:
  > Set correct black and reuse versions
  > Removed pylint process from github workflow
  > Hardcoded black version

Updating https://github.com/adafruit/Adafruit_CircuitPython_CAP1188 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_CCS811 to 1.3.3 from 1.3.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_CharLCD to 3.3.9 from 3.3.8:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground to 4.3.2 from 4.3.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_CLUE to 2.2.8 from 2.2.7:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Crickit to 2.3.5 from 2.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DHT to 3.5.8 from 3.5.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow
  > Merge pull request adafruit/Adafruit_CircuitPython_DHT#64 from jposada202020/Integer_division_correction

Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SH1107 to 1.1.1 from 1.1.0:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1305 to 1.1.4 from 1.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306 to 1.3.1 from 1.3.0:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DotStar to 2.0.2 from 2.0.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DPS310 to 1.2.3 from 1.2.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DRV2605 to 1.1.12 from 1.1.11:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DS1307 to 2.1.6 from 2.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DS1841 to 1.0.5 from 1.0.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DS18X20 to 1.3.5 from 1.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DS2413 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DS3231 to 2.4.5 from 2.4.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DS3502 to 1.1.7 from 1.1.6:
  > Re-adding pylint install
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_DymoScale to 1.1.4 from 1.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol to 0.5.5 from 0.5.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI to 3.5.5 from 3.5.4:
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint to 2.1.4 from 2.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_FocalTouch to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_FONA to 2.1.3 from 2.1.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_FRAM to 1.3.7 from 1.3.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_FXAS21002C to 2.1.7 from 2.1.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_FXOS8700 to 2.1.6 from 2.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_GPS to 3.7.1 from 3.7.0:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_HCSR04 to 0.4.6 from 0.4.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_HT16K33 to 4.1.4 from 4.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_HTS221 to 1.1.4 from 1.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_HTU21D to 0.10.6 from 0.10.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow
  > Merge pull request adafruit/Adafruit_CircuitPython_HTU21D#14 from uutzinger/master

Updating https://github.com/adafruit/Adafruit_CircuitPython_HTU31D to 1.0.2 from 1.0.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_HX8357 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ICM20X to 2.0.6 from 2.0.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_IL0373 to 1.3.7 from 1.3.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_IL0398 to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_IL91874 to 1.1.4 from 1.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ILI9341 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_INA219 to 3.4.9 from 3.4.8:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_INA260 to 1.3.1 from 1.3.0:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_IRRemote to 4.0.5 from 4.0.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3731 to 2.7.1 from 2.7.0:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_L3GD20 to 2.3.4 from 2.3.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LC709203F to 2.0.1 from 2.0.0:
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LIDARLite to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS2MDL to 2.1.8 from 2.1.7:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS331 to 1.0.4 from 1.0.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH to 5.1.9 from 5.1.8:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL to 1.1.9 from 1.1.8:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LPS2X to 2.0.3 from 2.0.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LSM303_Accel to 1.1.6 from 1.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LSM303DLH_Mag to 1.1.7 from 1.1.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS to 4.1.2 from 4.1.1:
  > Set correct black version
  > Set correct black and reuse version
  > Removed pylint process from github workflow
  > Hardcoded black version

Updating https://github.com/adafruit/Adafruit_CircuitPython_LSM9DS0 to 2.2.6 from 2.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LSM9DS1 to 2.1.7 from 2.1.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LTR390 to 1.0.3 from 1.0.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MatrixKeypad to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX31855 to 3.2.7 from 3.2.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX31856 to 0.9.6 from 0.9.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX31865 to 2.2.8 from 2.2.7:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX7219 to 1.3.4 from 1.3.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX9744 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx to 2.4.5 from 2.4.4:
  > Changed black and pre-commit versions to desired ones
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP2515 to 1.0.7 from 1.0.6:
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP3xxx to 1.4.5 from 1.4.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP4725 to 1.4.3 from 1.4.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP4728 to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP9600 to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP9808 to 3.3.5 from 3.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MLX90395 to 1.0.1 from 1.0.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_MLX90395#1 from FoamyGuy/pylint_to_precommit

Updating https://github.com/adafruit/Adafruit_CircuitPython_MLX90614 to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MLX90640 to 1.2.3 from 1.2.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MMA8451 to 1.3.6 from 1.3.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MPL115A2 to 1.1.6 from 1.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MPR121 to 2.1.7 from 2.1.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MPRLS to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MPU6050 to 1.1.6 from 1.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MS8607 to 1.0.5 from 1.0.4:
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MSA301 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_NeoTre to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PCA9685 to 3.3.5 from 3.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PCD8544 to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PCF8523 to 1.5.4 from 1.5.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PCF8591 to 1.0.3 from 1.0.2:
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PCT2075 to 1.1.8 from 1.1.7:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Pixie to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PM25 to 2.1.3 from 2.1.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PN532 to 2.3.3 from 2.3.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PyPortal to 5.1.5 from 5.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_RA8875 to 3.1.5 from 3.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_RFM69 to 2.1.4 from 2.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_RFM9x to 2.1.4 from 2.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_RockBlock to 1.3.2 from 1.3.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR to 1.1.6 from 1.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SD to 3.3.5 from 3.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Seesaw to 1.7.2 from 1.7.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SGP30 to 2.3.4 from 2.3.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SGP40 to 1.0.2 from 1.0.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SharpMemoryDisplay to 1.2.7 from 1.2.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SHT31D to 2.3.5 from 2.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SHT4x to 1.0.3 from 1.0.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow
  > Merge pull request adafruit/Adafruit_CircuitPython_SHT4x#3 from MkLHX/master

Updating https://github.com/adafruit/Adafruit_CircuitPython_SHTC3 to 1.0.5 from 1.0.4:
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SI4713 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SI5351 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SI7021 to 3.3.3 from 3.3.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1305 to 1.3.6 from 1.3.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 to 2.11.1 from 2.11.0:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1322 to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1325 to 1.2.4 from 1.2.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1327 to 1.2.2 from 1.2.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1331 to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1351 to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1608 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1675 to 1.1.4 from 1.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7735 to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7735R to 1.3.5 from 1.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7789 to 1.4.5 from 1.4.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_STMPE610 to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TC74 to 1.0.3 from 1.0.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TCA9548A to 0.3.5 from 0.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TCS34725 to 3.3.6 from 3.3.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TFmini to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Thermal_Printer to 1.3.3 from 1.3.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Thermistor to 3.3.5 from 3.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TLA202X to 1.0.1 from 1.0.0:
  > Ran black
  > Fixed black and reuse versions
  > Removed pylint process from github workflow
  > adding pre-commit after release

Updating https://github.com/adafruit/Adafruit_CircuitPython_TLC59711 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TLV493D to 1.2.3 from 1.2.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TMP006 to 2.1.6 from 2.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TMP007 to 2.1.5 from 2.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Touchscreen to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TPA2016 to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Trellis to 1.3.7 from 1.3.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TrellisM4 to 1.5.5 from 1.5.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TSL2561 to 3.3.6 from 3.3.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TSL2591 to 1.2.7 from 1.2.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_US100 to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_VC0706 to 4.2.3 from 4.2.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_VCNL4010 to 0.10.7 from 0.10.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_VCNL4040 to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_VEML6070 to 3.1.6 from 3.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_VEML6075 to 1.1.6 from 1.1.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_VEML7700 to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_VL53L0X to 3.3.7 from 3.3.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_VL6180X to 1.2.7 from 1.2.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_VS1053 to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k to 1.9.2 from 1.9.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_WS2801 to 0.10.6 from 0.10.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_AWS_IOT to 2.0.6 from 2.0.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core to 3.0.3 from 3.0.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 5.2.2 from 5.2.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#64 from brentru/createdata

Updating https://github.com/adafruit/Adafruit_CircuitPython_AVRprog to 1.3.6 from 1.3.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT to 2.3.4 from 2.3.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_binascii to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BitbangIO to 1.2.4 from 1.2.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font to 1.3.5 from 1.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BitmapSaver to 1.1.5 from 1.1.4:
  > Merge pull request adafruit/Adafruit_CircuitPython_BitmapSaver#16 from adafruit/pylint-to-pre-commit

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE to 7.3.4 from 7.3.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_BroadcastNet to 0.10.5 from 0.10.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Radio to 0.3.4 from 0.3.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit to 1.2.4 from 1.2.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Media to 0.9.4 from 0.9.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Notification_Center to 0.9.5 from 0.9.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter to 2.0.6 from 2.0.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone to 1.0.4 from 1.0.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Heart_Rate to 1.1.7 from 1.1.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_iBBQ to 1.2.4 from 1.2.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_LYWSD03MMC to 1.0.1 from 1.0.0:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Magic_Light to 0.9.7 from 0.9.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_MIDI to 1.0.4 from 1.0.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect to 1.1.8 from 1.1.7:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BoardTest to 1.2.5 from 1.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_BusDevice to 5.0.6 from 5.0.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_CursorControl to 2.2.5 from 2.2.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Debouncer to 1.3.10 from 1.3.9:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Debug_I2C to 1.2.3 from 1.2.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Button to 1.5.3 from 1.5.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes to 2.0.7 from 2.0.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Text to 2.15.1 from 2.15.0:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification to 0.9.4 from 0.9.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests to 1.0.2 from 1.0.1:
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_FancyLED to 1.4.5 from 1.4.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing to 1.13.4 from 1.13.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_framebuf to 1.4.6 from 1.4.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Gizmo to 1.3.1 from 1.3.0:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_hashlib to 1.3.4 from 1.3.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_HID to 4.1.7 from 4.1.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Hue to 1.1.4 from 1.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 0.13.3 from 0.13.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_IterTools to 1.1.5 from 1.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_JWT to 1.2.3 from 1.2.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation to 2.5.4 from 2.5.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_LIFX to 1.9.5 from 1.9.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Logging to 1.2.7 from 1.2.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MIDI to 1.3.3 from 1.3.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_miniesptool to 0.2.9 from 0.2.8:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 5.0.4 from 5.0.3:
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#71 from brentru/error-on-non-ssl

Updating https://github.com/adafruit/Adafruit_CircuitPython_miniQR to 1.3.6 from 1.3.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow
  > Merge pull request adafruit/Adafruit_CircuitPython_miniQR#19 from KTibow/patch-1

Updating https://github.com/adafruit/Adafruit_CircuitPython_Motor to 3.2.8 from 3.2.7:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_MotorKit to 1.6.2 from 1.6.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_NTP to 2.2.3 from 2.2.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_OAuth2 to 1.0.4 from 1.0.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_OneWire to 1.2.6 from 1.2.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PIOASM to 0.2.1 from 0.2.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#12 from adafruit/jepler-examples-improvements

Updating https://github.com/adafruit/Adafruit_CircuitPython_PortalBase to 1.2.4 from 1.2.3:
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar to 1.3.8 from 1.3.7:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_PyBadger to 3.2.3 from 3.2.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_PyBadger#41 from SAK917/master

Updating https://github.com/adafruit/Adafruit_CircuitPython_PYOA to 2.2.4 from 2.2.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Pypixelbuf to 2.2.4 from 2.2.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Register to 1.9.5 from 1.9.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Requests to 1.9.8 from 1.9.7:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_RGBLED to 1.1.4 from 1.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_RSA to 1.2.3 from 1.2.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_RTTTL to 2.4.6 from 2.4.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_ServoKit to 1.3.3 from 1.3.2:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_SimpleMath to 1.0.2 from 1.0.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Slideshow to 1.5.7 from 1.5.6:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_TinyLoRa to 2.2.2 from 2.2.1:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_turtle to 2.1.5 from 2.1.4:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_Waveform to 1.3.6 from 1.3.5:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow

Updating https://github.com/adafruit/Adafruit_CircuitPython_WSGI to 1.1.4 from 1.1.3:
  > Re-added pylint install to build.yml
  > Removed pylint process from github workflow
@kattni
Copy link
Contributor

kattni commented Mar 15, 2021

@SAK917 I took a look, and nearly all of those issues require permissions or access that you wouldn't have. The only one you could consider looking into is Example file(s) missing sensor/library name. A couple of those are a more complicated decision, but a few of them are simple. The problem here is that if there is an Adafruit Learn guide that uses the code, the guide must be updated, and again, that's something you wouldn't be able to do. I think for now, don't worry about the infrastructure issues.

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