Commit a14b888
committed
Automated update by Adabot (adafruit/adabot@61b0168)
Updating https://github.com/adafruit/Adafruit_CircuitPython_74HC595 to 1.3.1 from 1.3.0:
> Merge pull request adafruit/Adafruit_CircuitPython_74HC595#19 from tekktrik/feature/add-typing
> fix branch name on conduct link
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved default branch to main
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_AM2320 to 1.2.8 from 1.2.7:
> Merge pull request adafruit/Adafruit_CircuitPython_AM2320#22 from tylercrumpton/add-type-hints
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved default branch to main
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_DHT to 3.6.3 from 3.6.2:
> Merge pull request adafruit/Adafruit_CircuitPython_DHT#76 from tylercrumpton/add-type-hints
> add docs link to readme
Updating https://github.com/adafruit/Adafruit_CircuitPython_HT16K33 to 4.1.6 from 4.1.5:
> Merge pull request adafruit/Adafruit_CircuitPython_HT16K33#92 from tekktrik/feature/add-typing
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved default branch to main
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_PM25 to 2.1.5 from 2.1.4:
> Merge pull request adafruit/Adafruit_CircuitPython_PM25#20 from process1183/type_annotations
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved default branch to main
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1305 to 1.3.7 from 1.3.6:
> Merge pull request adafruit/Adafruit_CircuitPython_SSD1305#14 from tylercrumpton/add-type-hints
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved default branch to main
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7735R to 1.5.1 from 1.5.0:
> Merge pull request adafruit/Adafruit_CircuitPython_ST7735R#27 from FoamyGuy/type_info
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
Updating https://github.com/adafruit/Adafruit_CircuitPython_WS2801 to 0.10.7 from 0.10.6:
> Merge pull request adafruit/Adafruit_CircuitPython_WS2801#23 from rhooper/main
> fix branch name in conduct link
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved default branch to main
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification to 0.9.5 from 0.9.4:
> Merge pull request adafruit/Adafruit_CircuitPython_Display_Notification#9 from tekktrik/fix/add-blinka-requirement
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved default branch to main
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation to 2.5.7 from 2.5.6:
> Merge pull request adafruit/Adafruit_CircuitPython_LED_Animation#84 from rhooper/sparkle-mask
> Merge pull request adafruit/Adafruit_CircuitPython_LED_Animation#78 from plugowski/master
> add docs link to readme
Updating https://github.com/adafruit/Adafruit_CircuitPython_Logging to 3.7.0 from 1.2.9:
> Merge pull request adafruit/Adafruit_CircuitPython_Logging#22 from tekktrik/feature/add-file-handler
Updating https://github.com/adafruit/Adafruit_CircuitPython_Waveform to 1.3.7 from 1.3.6:
> Merge pull request adafruit/Adafruit_CircuitPython_Waveform#22 from rhooper/main
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved default branch to main
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_WSGI to 1.1.5 from 1.1.4:
> Merge pull request adafruit/Adafruit_CircuitPython_WSGI#10 from rhooper/main
> fix branch name in conduct link
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved default branch to main
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> "Increase duplicate code check threshold "1 parent b1d948f commit a14b888
13 files changed
+13
-13
lines changed- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+13
- .github/workflows/build.yml+4-2
- .github/workflows/failure-help-text.yml+19
- .pre-commit-config.yaml+1-1
- .pylintrc+2-3
- README.rst+6-1
- adafruit_ht16k33/bargraph.py+8-3
- adafruit_ht16k33/ht16k33.py+21-9
- adafruit_ht16k33/matrix.py+15-9
- adafruit_ht16k33/segments.py+33-27
- requirements.txt+1
0 commit comments