From 7ff94767a741ac1277d81c9a9986db82bacfc118 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sun, 1 Sep 2024 10:20:01 +0200 Subject: [PATCH] Enable pre-commit autofix --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6d5338d..1d70c163 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: autoupdate_schedule: 'monthly' - autofix_prs: false + autofix_prs: true repos: - repo: https://github.com/astral-sh/ruff-pre-commit