Commit 5daaa90
committed
Automated update by Adabot (adafruit/adabot@131849a)
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 5.4.1 from 5.4.0:
> change discord badge
> Patch: Replaced discord badge image
> Updated gitignore
> Update Black to latest.
Updating https://github.com/adafruit/Adafruit_CircuitPython_RFM9x to 2.2.4 from 2.2.3:
> Merge pull request adafruit/Adafruit_CircuitPython_RFM9x#73 from jcerise/65/missing_type_annotations
> change discord badge
> Patch: Replaced discord badge image
> Updated gitignore
> Update Black to latest.
> Fixed readthedocs build
> Consolidate Documentation sections of README
Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 1.16.1 from 1.16.0:
> Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#60 from matt-land/add-typing
Updating https://github.com/adafruit/Adafruit_CircuitPython_JWT to 1.2.6 from 1.2.5:
> Merge pull request adafruit/Adafruit_CircuitPython_JWT#11 from ktkinsey37/typing
> change discord badge
> Patch: Replaced discord badge image
> Updated gitignore
> Update Black to latest.
> Fixed readthedocs build
> Consolidate Documentation sections of README
Updating https://github.com/adafruit/Adafruit_CircuitPython_PIOASM to 0.7.2 from 0.7.1:
> Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#47 from jepler/example-updates-background
> Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#46 from jepler/neopixel-match-core
> Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#45 from jepler/background-morse1 parent 553a200 commit 5daaa90
5 files changed
+5
-5
lines changed- .pylintrc+1-2
- adafruit_imageload/__init__.py+24-3
- adafruit_imageload/bmp/__init__.py+16-2
- adafruit_imageload/bmp/indexed.py+34-17
- adafruit_imageload/bmp/negative_height_check.py+4-1
- adafruit_imageload/displayio_types.py+26
- adafruit_imageload/gif.py+31-13
- adafruit_imageload/pnm/__init__.py+54-12
- adafruit_imageload/pnm/pbm_ascii.py+16-3
- adafruit_imageload/pnm/pbm_binary.py+17-5
- adafruit_imageload/pnm/pgm/__init__.py+18-4
- adafruit_imageload/pnm/pgm/ascii.py+20-5
- adafruit_imageload/pnm/pgm/binary.py+22-7
- adafruit_imageload/pnm/ppm_ascii.py+28-8
- adafruit_imageload/pnm/ppm_binary.py+19-6
- adafruit_imageload/tilegrid_inflator.py+22-14
- docs/developing.rst+15
- mypy.ini+8
0 commit comments