-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update by Adabot (adafruit/adabot@b306f02)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CharLCD to 3.4.4 from 3.4.3: > Merge pull request adafruit/Adafruit_CircuitPython_CharLCD#73 from BiffoBear/add_typing > Update .pylintrc for v2.15.5 > Fix release CI files > Update pylint to 2.15.5 > Updated pylint version to 2.13.0 > Switching to composite actions Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH to 5.1.19 from 5.1.18: > Merge pull request adafruit/Adafruit_CircuitPython_LIS3DH#73 from crotwell/extra_underscore > Update .pylintrc for v2.15.5 > Fix release CI files > Update pylint to 2.15.5 > Updated pylint version to 2.13.0 > Switching to composite actions Updating https://github.com/adafruit/Adafruit_CircuitPython_SharpMemoryDisplay to 1.4.6 from 1.4.5: > Merge pull request adafruit/Adafruit_CircuitPython_SharpMemoryDisplay#22 from grouma/main > Update .pylintrc for v2.15.5 > Fix release CI files > Update pylint to 2.15.5 > Updated pylint version to 2.13.0 > Switching to composite actions Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 6.0.0 from 5.5.2: > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#125 from BiffoBear/Make_is_connected_return_bool > Update .pylintrc for v2.15.5 > Fix release CI files > Update pylint to 2.15.5 > Updated pylint version to 2.13.0 > Switching to composite actions
- Loading branch information
1 parent
7016392
commit 3de7c90
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule charlcd
updated
11 files
+2 −65 | .github/workflows/build.yml | |
+0 −88 | .github/workflows/release.yml | |
+18 −0 | .github/workflows/release_gh.yml | |
+19 −0 | .github/workflows/release_pypi.yml | |
+1 −1 | .pre-commit-config.yaml | |
+4 −41 | .pylintrc | |
+80 −64 | adafruit_character_lcd/character_lcd.py | |
+15 −3 | adafruit_character_lcd/character_lcd_i2c.py | |
+13 −6 | adafruit_character_lcd/character_lcd_rgb_i2c.py | |
+14 −1 | adafruit_character_lcd/character_lcd_spi.py | |
+1 −0 | requirements.txt |
Submodule lis3dh
updated
7 files
+2 −65 | .github/workflows/build.yml | |
+0 −88 | .github/workflows/release.yml | |
+18 −0 | .github/workflows/release_gh.yml | |
+19 −0 | .github/workflows/release_pypi.yml | |
+1 −1 | .pre-commit-config.yaml | |
+4 −41 | .pylintrc | |
+10 −10 | adafruit_lis3dh.py |
Submodule sharpmemorydisplay
updated
7 files
+2 −65 | .github/workflows/build.yml | |
+0 −88 | .github/workflows/release.yml | |
+18 −0 | .github/workflows/release_gh.yml | |
+19 −0 | .github/workflows/release_pypi.yml | |
+1 −1 | .pre-commit-config.yaml | |
+4 −41 | .pylintrc | |
+9 −7 | adafruit_sharpmemorydisplay.py |
Submodule minimqtt
updated
7 files
+2 −65 | .github/workflows/build.yml | |
+0 −88 | .github/workflows/release.yml | |
+18 −0 | .github/workflows/release_gh.yml | |
+19 −0 | .github/workflows/release_pypi.yml | |
+1 −1 | .pre-commit-config.yaml | |
+4 −41 | .pylintrc | |
+13 −8 | adafruit_minimqtt/adafruit_minimqtt.py |