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 a070f3a commit 9be0a32Copy full SHA for 9be0a32
zulint/custom_rules.py
@@ -100,7 +100,7 @@ def check_file_for_pattern(
100
ok = False
101
102
if unmatched_exclude_lines:
103
- print("Please remove exclusions for file {fn}: {unmatched_exclude_lines}")
+ print(f"Please remove exclusions for file {fn}: {unmatched_exclude_lines}")
104
105
return ok
106
0 commit comments