From e6efff2a463b5b92ed8ca6892710d287982bf5c7 Mon Sep 17 00:00:00 2001 From: Arul Date: Fri, 24 Jul 2026 17:12:10 +0530 Subject: [PATCH] Added stages for the mixed-line-ending pre-commit, pre-push, manual added into the stages Close #1267 --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 275605eb..d70eabe1 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -178,6 +178,7 @@ entry: mixed-line-ending language: python types: [text] + stages: [pre-commit, pre-push, manual] - id: name-tests-test name: python tests naming description: verifies that test files are named correctly.