-
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@20250123)
Updating https://github.com/tekktrik/CircuitPython_CSV to 2.0.1 from 1.1.5: > Merge pull request tekktrik/CircuitPython_CSV#27 from tekktrik/dev/update-infrastructure > Merge pull request tekktrik/CircuitPython_CSV#24 from tekktrik/dev/update-infrastructure > Merge pull request tekktrik/CircuitPython_CSV#22 from tekktrik/dev/fix-rtd Updating https://github.com/adafruit/CircuitPython_Community_Bundle/circuitpython_community_auto_library_list.md to NA from NA: > Added the following libraries: CircuitPython_PCA9955B
- Loading branch information
1 parent
2c8c7f7
commit 8e017cf
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule csv
updated
15 files
+10 −28 | .pre-commit-config.yaml | |
+0 −623 | .pylintrc | |
+14 −3 | .readthedocs.yml | |
+0 −0 | LICENSE-MIT | |
+47 −0 | LICENSE-PSF | |
+1 −233 | LICENSES/PSF-2.0.txt | |
+8 −3 | README.rst | |
+29 −32 | circuitpython_csv.py | |
+3 −13 | docs/conf.py | |
+8 −0 | docs/requirements.txt | |
+6 −0 | examples/csv_dictwritertest.py | |
+14 −5 | examples/csv_disklogger.py | |
+6 −0 | examples/csv_simpletest.py | |
+2 −0 | optional_requirements.txt | |
+13 −2 | pyproject.toml |