From 45865ead0c761c74ef2aea30abbdc107efd482c7 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Fri, 7 Nov 2025 17:44:18 -0500 Subject: [PATCH] pre-commit CI config (#3565) --- .pre-commit-ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .pre-commit-ci.yaml diff --git a/.pre-commit-ci.yaml b/.pre-commit-ci.yaml new file mode 100644 index 000000000..dbcf58ab7 --- /dev/null +++ b/.pre-commit-ci.yaml @@ -0,0 +1,6 @@ +ci: + autofix_prs: true + autofix_prs_limit: 5 + autoupdate_schedule: monthly + autoupdate_commit_msg: "chore: pre-commit autoupdate" + skip: []