From ef77394107498865df7accd3b6409c9e6d673519 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Thu, 20 Jun 2024 14:04:25 +0100 Subject: [PATCH] work on pre-commit --- .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 f6839ac..f4b6367 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: hooks: - id: ruff # Next line if for documenation cod snippets - exclude: '^[A-Za-z]\w*_\.py$' + exclude: '^[^_].*_\.py$' args: - --line-length=120 - --fix