docs: update options table in README and keep up-to-date with commit hook (#2427)

* Update options table in README and keep up-to-date with commit hook

* Separate multiple options with a newline

* remove the old javascript version
This commit is contained in:
Joe Rickerby
2025-05-28 15:38:53 -04:00
committed by GitHub
parent c41b47f7c2
commit 7e099863cd
4 changed files with 139 additions and 60 deletions
+6
View File
@@ -70,6 +70,12 @@ repos:
language: python
entry: bin/update_readme_changelog.py
files: ^docs/changelog.md$
- id: update-readme-options-table
name: Update README options table
language: python
entry: bin/update_readme_options_table.py --force
files: ^docs/options.md$
pass_filenames: false
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1