-
Notifications
You must be signed in to change notification settings - Fork 86
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@d723e94)
Updating https://github.com/elpekenin/circuitpython_toml to cookiecutter from 0.1.10: > Follow cookiecutter template (elpekenin/circuitpython_toml#9)
- Loading branch information
1 parent
8d974e3
commit db016a1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule toml
updated
25 files
+13 −0 | .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md | |
+14 −0 | .github/workflows/build.yml | |
+19 −0 | .github/workflows/failure-help-text.yml | |
+20 −0 | .github/workflows/release_gh.yml | |
+48 −2 | .gitignore | |
+42 −0 | .pre-commit-config.yaml | |
+399 −0 | .pylintrc | |
+155 −0 | CODE_OF_CONDUCT.md | |
+1 −1 | LICENSE | |
+324 −0 | LICENSES/CC-BY-4.0.txt | |
+19 −0 | LICENSES/MIT.txt | |
+20 −0 | LICENSES/Unlicense.txt | |
+30 −15 | README.rst | |
+3 −0 | README.rst.license | |
+5 −1 | __test__.toml | |
+2 −0 | changelog.rst.license | |
+3 −0 | optional_requirements.txt | |
+45 −0 | pyproject.toml | |
+6 −0 | requirements.txt | |
+5 −1 | run-toml-test | |
+38 −113 | tests.py | |
+46 −16 | toml-test-decoder | |
+10 −1 | toml/__init__.py | |
+20 −13 | toml/_dotty.py | |
+35 −46 | toml/_toml.py |