From 873ff874291ceabf200a8b93819529a03d9daa89 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 9 Feb 2026 13:59:30 +0000 Subject: [PATCH] add pre-commit config --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..940b55e --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: + - repo: local + hooks: + - id: update-readme + name: update-readme + entry: python update_readme.py + language: python + pass_filenames: false