add pre-commit config + update readme script

This commit is contained in:
2026-03-21 10:17:45 +00:00
parent 7ec51293e4
commit 84702a5360
3 changed files with 67 additions and 18 deletions

8
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,8 @@
repos:
- repo: local
hooks:
- id: update-readme
name: update-readme
entry: python tools/update_readme_help.py
language: python
pass_filenames: false