From 8653baca8a6c78e0c83e8f0e62ed8f872e545697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 28 Mar 2023 08:21:52 +0200 Subject: [PATCH] Add empty pre-commit configuration To avoid the pre-commit checks to fail --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000000..4e6a92c443 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1 @@ +repos: []