From e95ee3728997d82cc0f94c39c0168c6cbf7b5a83 Mon Sep 17 00:00:00 2001 From: b8raoult <53792887+b8raoult@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:42:50 +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 c7468a6..aa18cd7 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: '^[^_].*_\.py$' + exclude: '.*/[^_].*_\.py$' args: - --line-length=120 - --fix