-
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@38b61d2)
Updating https://github.com/skerr92/at42qt-acorn-python to v1.0.8 from v1.0.6: > Merge pull request skerr92/at42qt-acorn-python#6 from skerr92/update_release_flow > Merge pull request skerr92/at42qt-acorn-python#5 from skerr92/update_release_flow
- Loading branch information
1 parent
a3b7b18
commit 419bac0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule at42qt1070
updated
17 files
+14 −0 | .github/workflows/build.yml | |
+19 −0 | .github/workflows/failure-help-text.yml | |
+3 −0 | .github/workflows/python-publish.yml | |
+19 −0 | .github/workflows/release_gh.yml | |
+3 −0 | .gitignore | |
+42 −0 | .pre-commit-config.yaml | |
+399 −0 | .pylintrc | |
+9 −0 | LICENSES/MIT.txt | |
+10 −0 | LICENSES/Unlicense.txt | |
+3 −0 | README.md | |
+4 −0 | README.rst | |
+25 −17 | examples/touch_change_neopixel.py | |
+80 −87 | odt_at42qt1070_python.py | |
+3 −0 | optional_requirements.txt | |
+49 −0 | pyproject.toml | |
+4 −1 | requirements.txt | |
+3 −1 | setup.py |