Skip to content

Commit e11d4ac

Browse files
committed
ENH: Display prefixes and suffixes when running in brief mode or verbose >= 0
1 parent 9aa1aaf commit e11d4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def main():
388388
else:
389389
suffixes = args.suffix
390390

391-
if output_lvl > 1:
391+
if any([args.brief, output_lvl >= 0]):
392392
print(f"Prefixes: {prefixes}")
393393
print(f"Suffixes: {suffixes}")
394394

0 commit comments

Comments
 (0)