From 2bccbe91af4e717528095d9fe29fdbffb4df9d52 Mon Sep 17 00:00:00 2001 From: Michael Arthur Date: Sun, 14 Jul 2024 08:58:12 +1200 Subject: [PATCH] fix precommit paths --- .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 ff23a45..caecde3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,4 +6,4 @@ repos: args: - --fix - id: ruff-format - files: ^((pyluba|tests)/.+)?[^/]+\.(py|pyi)$ \ No newline at end of file + files: ^((pymammotion|tests)/.+)?[^/]+\.(py|pyi)$