Commit 8044466
committed
Automated update by Adabot (adafruit/adabot@a6c2669)
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO08X to 1.1.0 from 1.0.6:
> Merge pull request adafruit/Adafruit_CircuitPython_BNO08x#19 from adafruit/patch-test
> Merge pull request adafruit/Adafruit_CircuitPython_BNO08x#14 from yugyesh/patch-3
Updating https://github.com/adafruit/Adafruit_CircuitPython_CAP1188 to 1.2.7 from 1.2.6:
> Merge pull request adafruit/Adafruit_CircuitPython_CAP1188#20 from adafruit/linting
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_EMC2101 to 1.1.5 from 1.1.4:
> Merge pull request adafruit/Adafruit_CircuitPython_EMC2101#7 from rpavlik/slim-lut
> Merge pull request adafruit/Adafruit_CircuitPython_EMC2101#6 from rpavlik/split
> Merge pull request adafruit/Adafruit_CircuitPython_EMC2101#9 from rpavlik/fix-lut
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI to 3.5.8 from 3.5.7:
> Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#130 from adafruit/anecdata-patch-2
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_TLC5947 to 1.3.4 from 1.3.3:
> Merge pull request adafruit/Adafruit_CircuitPython_TLC5947#24 from adafruit/REUSE
> "Increase duplicate code check threshold "
> Re-added pylint install to build.yml
> Removed pylint process from github workflow
> Hardcoded Black and REUSE versions
> Added pre-commit-config file
> Added pre-commit and SPDX copyright
Updating https://github.com/adafruit/Adafruit_CircuitPython_TLV493D to 1.2.4 from 1.2.3:
> Merge pull request adafruit/Adafruit_CircuitPython_TLV493D#11 from lubarb/setup-edit
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Cycling_Speed_and_Cadence to 1.1.4 from 1.1.3:
> Merge pull request adafruit/Adafruit_CircuitPython_BLE_Cycling_Speed_and_Cadence#6 from adafruit/pre-commit
> "Increase duplicate code check threshold "
> Re-added pylint install to build.yml
> Removed pylint process from github workflow
> Hardcoded Black and REUSE versions
> Added pre-commit-config file
> Added pre-commit and SPDX copyright
Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout to 1.6.0 from 1.5.1:
> Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_Layout#18 from kmatch98/icon_palette
> Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_Layout#25 from jposada202020/main
> Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_Layout#24 from kmatch98/touch_fix
Updating https://github.com/adafruit/Adafruit_CircuitPython_HID to 4.2.0 from 4.1.7:
> Merge pull request adafruit/Adafruit_CircuitPython_HID#62 from jfurcean/add-led-status
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 0.14.1 from 0.14.0:
> Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#48 from FoamyGuy/readinto_fallback
> Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#49 from kmatch98/readinto_fix
Updating https://github.com/adafruit/Adafruit_CircuitPython_MIDI to 1.3.4 from 1.3.3:
> Merge pull request adafruit/Adafruit_CircuitPython_MIDI#34 from adafruit/test-lint
> "Increase duplicate code check threshold "
Updating https://github.com/adafruit/Adafruit_CircuitPython_PIOASM to 0.3.0 from 0.2.3:
> Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#19 from adafruit/add-tests
> Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#18 from adafruit/jepler-rxuart-example
> "Increase duplicate code check threshold "1 parent a96dcb0 commit 8044466
12 files changed
+12
-12
lines changed- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+34
- .pylintrc+7-4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_tlc5947.py+4-22
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/tlc5947_chain.py+4
- examples/tlc5947_simpletest.py+3
- requirements.txt+4
- setup.py+4
Submodule ble_cycling_speed_and_cadence updated 20 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+4
- .pre-commit-config.yaml+34
- .pylintrc+7-4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_ble_cycling_speed_and_cadence.py+3-20
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/ble_cycling_speed_and_cadence_simpletest.py+3
- requirements.txt+4
- setup.py+4
Submodule displayio_layout updated 8 files
0 commit comments