Skip to content

Commit 17cb164

Browse files
committed
new path
1 parent 68581c5 commit 17cb164

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pre_commit_hooks/tests_should_end_in_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def main(argv: Sequence[str] | None = None) -> int:
2020
reg = re.compile(args.pattern)
2121
for filename in args.filenames:
2222
base = os.path.basename(filename)
23-
print(base)
2423
# Check for files that should be ignored
2524
if base in ('__init__.py', 'conftest.py', 'models.py'):
2625
continue

0 commit comments

Comments
 (0)