add pre-commit config

This commit is contained in:
onyx-and-iris 2026-02-09 13:59:30 +00:00
parent 376f3109ef
commit 873ff87429

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 update_readme.py
language: python
pass_filenames: false