This commit is contained in:
Uros 2024-10-17 16:47:15 +02:00
parent 68581c54e5
commit 17cb1642cc

View file

@ -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