diff --git a/pre_commit_hooks/fix_encoding_pragma.py b/pre_commit_hooks/fix_encoding_pragma.py index cf0b674d..f2cf38b2 100644 --- a/pre_commit_hooks/fix_encoding_pragma.py +++ b/pre_commit_hooks/fix_encoding_pragma.py @@ -109,9 +109,9 @@ def _normalize_pragma(pragma: str) -> bytes: def main(argv: Sequence[str] | None = None) -> int: print( - "warning: this hook is deprecated and will be removed in a future " - "release because py2 is EOL", - file=sys.stderr + 'warning: this hook is deprecated and will be removed in a future ' + 'release because py2 is EOL', + file=sys.stderr, ) parser = argparse.ArgumentParser(