Skip to content

Commit c5b624e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent da21b9b commit c5b624e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pre_commit_hooks/fix_encoding_pragma.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ def _normalize_pragma(pragma: str) -> bytes:
109109

110110
def main(argv: Sequence[str] | None = None) -> int:
111111
print(
112-
"warning: this hook is deprecated and will be removed in a future "
113-
"release because py2 is EOL",
114-
file=sys.stderr
112+
'warning: this hook is deprecated and will be removed in a future '
113+
'release because py2 is EOL',
114+
file=sys.stderr,
115115
)
116116

117117
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)