Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 2, 2024
1 parent da21b9b commit c5b624e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pre_commit_hooks/fix_encoding_pragma.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c5b624e

Please sign in to comment.