Commit 96e5585
committed
Automated update by Adabot (adafruit/adabot@628f852)
Updating https://github.com/adafruit/Adafruit_CircuitPython_APDS9960 to 2.2.8 from 2.2.7:
> Merge pull request adafruit/Adafruit_CircuitPython_APDS9960#36 from fivesixzero/type-annotations
> Updated readthedocs file
> Merge pull request adafruit/Adafruit_CircuitPython_APDS9960#34 from fivesixzero/remove-unused-interrupt-pin-arg
> Disabled unspecified-encoding pylint check
> Merge pull request adafruit/Adafruit_CircuitPython_APDS9960#35 from adafruit/patch-test
> 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_AirLift to 1.0.2 from 1.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_AirLift#6 from tekktrik/feature/add-typing
> Updated readthedocs file
> Disabled unspecified-encoding pylint check
> PATCH Pylint and readthedocs patch test
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
> Moved CI to Python 3.7
> Added help text and problem matcher
> Added pull request template
> "Increase duplicate code check threshold "1 parent 363de46 commit 96e5585
2 files changed
+2
-2
lines changed- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+13
- .github/workflows/build.yml+6-4
- .github/workflows/failure-help-text.yml+19
- .pre-commit-config.yaml+17-9
- .pylintrc+2-2
- .readthedocs.yaml+15
- .readthedocs.yml-7
- README.rst+8-3
- adafruit_apds9960/apds9960.py+46-36
- adafruit_apds9960/colorutility.py+2-2
- docs/requirements.txt+5
- examples/apds9960_proximity_simpletest.py+1-1
0 commit comments