-
Notifications
You must be signed in to change notification settings - Fork 85
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@20231130)
Updating https://github.com/cedargrovestudios/circuitpython_airqualitytools to 1.0.4 from 1.0.2: > Merge pull request CedarGroveStudios/CircuitPython_AirQualityTools#3 from jepler/correct-metadata > Merge pull request CedarGroveStudios/CircuitPython_AirQualityTools#2 from tekktrik/dev/update-ci Updating https://github.com/CedarGroveStudios/CircuitPython_RGB_SpectrumTools to 1.0.5 from 1.0.3: > Merge pull request CedarGroveStudios/CircuitPython_RGB_SpectrumTools#2 from jepler/metadata > Update pyproject.toml > Update pyproject.toml > Update pyproject.toml > remove blender > add two_color_blender class > Update docs > Merge pull request CedarGroveStudios/CircuitPython_RGB_SpectrumTools#1 from tekktrik/dev/update-ci > update pylint to v2.15.5 > fix pylint error > fix pylint error > fix pylint error > fix pylint errors > fix pylint error > update docs Updating https://github.com/cedargrovestudios/circuitpython_temperaturetools to 1.0.3 from 1.0.1: > Merge pull request CedarGroveStudios/CircuitPython_TemperatureTools#3 from jepler/metadata > Merge pull request CedarGroveStudios/CircuitPython_TemperatureTools#2 from jposada202020/main > Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools > fix black error > update pylint version
- Loading branch information
1 parent
31b89fa
commit 95e52ac
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule airqualitytools
updated
7 files
+2 −70 | .github/workflows/build.yml | |
+0 −88 | .github/workflows/release.yml | |
+19 −0 | .github/workflows/release_gh.yml | |
+19 −0 | .github/workflows/release_pypi.yml | |
+1 −1 | .pre-commit-config.yaml | |
+3 −40 | .pylintrc | |
+1 −1 | pyproject.toml |
Submodule rgb_spectrumtools
updated
14 files
Submodule temperaturetools
updated
10 files
+2 −70 | .github/workflows/build.yml | |
+0 −88 | .github/workflows/release.yml | |
+19 −0 | .github/workflows/release_gh.yml | |
+19 −0 | .github/workflows/release_pypi.yml | |
+2 −2 | .pre-commit-config.yaml | |
+3 −40 | .pylintrc | |
+3 −2 | cedargrove_temperaturetools/dew_point.py | |
+2 −2 | cedargrove_temperaturetools/heat_index.py | |
+2 −2 | cedargrove_temperaturetools/unit_converters.py | |
+1 −1 | pyproject.toml |