From 66ffa37f75b91bd29ff961a439f528bad2d7ed13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20David--Cl=C3=A9ris?= Date: Fri, 12 Dec 2025 14:01:29 +0100 Subject: [PATCH] [Pre commit] configure ci to add precommit app to repo --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d054575e3..0b39185173 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + autofix_prs: false + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0