We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68581c5 commit 17cb164Copy full SHA for 17cb164
pre_commit_hooks/tests_should_end_in_test.py
@@ -20,7 +20,6 @@ def main(argv: Sequence[str] | None = None) -> int:
20
reg = re.compile(args.pattern)
21
for filename in args.filenames:
22
base = os.path.basename(filename)
23
- print(base)
24
# Check for files that should be ignored
25
if base in ('__init__.py', 'conftest.py', 'models.py'):
26
continue
0 commit comments