From eea300fec1d0dda6acba414d4000c87ac6abfbcc Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Tue, 25 Jul 2023 09:40:25 +0000 Subject: [PATCH] fix: point pre-commit.ci to rewrite branch --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a62c209..3cd863f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1 +1,4 @@ -repos: [] \ No newline at end of file +ci: + autoupdate_branch: "rewrite" + +repos: []