From 17cb1642cc25c26278b6d402b6d3cf3e485f4c30 Mon Sep 17 00:00:00 2001 From: Uros <115799310+KatanicU@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:47:15 +0200 Subject: [PATCH] new path --- pre_commit_hooks/tests_should_end_in_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pre_commit_hooks/tests_should_end_in_test.py b/pre_commit_hooks/tests_should_end_in_test.py index c32610c..1f21938 100644 --- a/pre_commit_hooks/tests_should_end_in_test.py +++ b/pre_commit_hooks/tests_should_end_in_test.py @@ -20,7 +20,6 @@ def main(argv: Sequence[str] | None = None) -> int: reg = re.compile(args.pattern) for filename in args.filenames: base = os.path.basename(filename) - print(base) # Check for files that should be ignored if base in ('__init__.py', 'conftest.py', 'models.py'): continue