From 6f15eb531a2d316ae40f71e19a43b8c66085ee73 Mon Sep 17 00:00:00 2001 From: b8raoult <53792887+b8raoult@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:38:24 +0100 Subject: [PATCH] Update .pre-commit-config.yaml --- .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 f3c3962..b929683 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: hooks: - id: ruff # Next line if for documenation cod snippets - exclude: '^[^_].*_\.py$' + exclude: '.*/[^_].*_\.py$' args: - --line-length=120 - --fix