From b5dfbe9e1d4e04c0d09b2fe5f00bd5fcfd25e58b Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Tue, 8 Oct 2024 14:57:57 +0200 Subject: [PATCH] =?UTF-8?q?pre-commit:=20clang-format=20v19=20break=20ipyn?= =?UTF-8?q?b=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae52b97..8c5be3a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,7 @@ repos: - id: clang-format args: - --style=Google + exclude: python/test/sandbox/test.ipynb - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: -- GitLab