We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d0bc6 commit fb05fadCopy full SHA for fb05fad
1 file changed
.pre-commit-config.yaml
@@ -3,6 +3,18 @@
3
# Install: ``pre-commit install``. On every commit, hooks in this file run
4
# against the staged files and either auto-fix (ruff --fix, trailing
5
# whitespace) or block the commit with a readable error.
6
+#
7
+# Hosted runs: pre-commit.ci runs these hooks on every PR and opens an
8
+# auto-update PR weekly to bump the rev pins below.
9
+
10
+ci:
11
+ autofix_commit_msg: |
12
+ style: pre-commit auto-fixes
13
14
+ [pre-commit.ci] auto-applied fixes from configured hooks
15
+ autoupdate_commit_msg: |
16
+ chore(deps): pre-commit autoupdate
17
+ autoupdate_schedule: weekly
18
19
repos:
20
# ── Standard hygiene ──────────────────────────────────────────────
0 commit comments