Commit 895eb32
committed
Automated update by Adabot (adafruit/adabot@61b0168)
Updating https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15 to 2.2.9 from 2.2.8:
> Merge pull request adafruit/Adafruit_CircuitPython_ADS1x15#73 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_ESP_ATcontrol to 0.5.8 from 0.5.7:
> Merge pull request adafruit/Adafruit_CircuitPython_ESP_ATcontrol#44 from PontusO/revert-41-main
> Merge pull request adafruit/Adafruit_CircuitPython_ESP_ATcontrol#45 from jsymons/typing
> Merge pull request adafruit/Adafruit_CircuitPython_ESP_ATcontrol#46 from adafruit/not-using-with
> add docs link to readme
> Globally disabled consider-using-f-string pylint check
Updating https://github.com/adafruit/Adafruit_CircuitPython_GPS to 3.9.4 from 3.9.3:
> Merge pull request adafruit/Adafruit_CircuitPython_GPS#69 from theendlessriver13/add-tests
> Merge pull request adafruit/Adafruit_CircuitPython_GPS#70 from theendlessriver13/fix-byte-indexing
Updating https://github.com/adafruit/Adafruit_CircuitPython_PCF8523 to 1.5.6 from 1.5.5:
> Merge pull request adafruit/Adafruit_CircuitPython_PCF8523#24 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
Updating https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT to 2.4.1 from 2.4.0:
> Merge pull request adafruit/Adafruit_CircuitPython_AzureIoT#34 from ronnie-llamado/feature/add-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 template1 parent 2355271 commit 895eb32
5 files changed
+5
-5
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_ads1x15/ads1015.py+2-2
- adafruit_ads1x15/ads1115.py+2-2
- adafruit_ads1x15/ads1x15.py+23-16
- adafruit_ads1x15/analog_in.py+9-1
- .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
- README.rst+6-1
- adafruit_azureiot/device_registration.py+1-1
- adafruit_azureiot/hmac.py+30-21
- adafruit_azureiot/iothub_device.py+33-17
- adafruit_azureiot/quote.py+16-10
0 commit comments