From f64d802fef32b60fbf87213a477e32dcd1812fc0 Mon Sep 17 00:00:00 2001 From: mcflugen Date: Thu, 10 Oct 2024 11:17:42 -0600 Subject: [PATCH] add hook to ensure proper test file naming --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f7dfe1..441f465 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,6 +66,7 @@ repos: - id: forbid-new-submodules - id: mixed-line-ending - id: trailing-whitespace + - id: name-tests-test - repo: https://github.com/regebro/pyroma rev: "4.2"