Skip to content

Commit

Permalink
fix build_prepare.py flake8 line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Dec 18, 2024
1 parent a4225c9 commit 95c231c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,10 @@ def main() -> None:

parser = argparse.ArgumentParser(
prog="winbuild\\build_prepare.py",
description="Download and generate build scripts for pillow-avif-plugin dependencies.",
description=(
"Download and generate build scripts "
"for pillow-avif-plugin dependencies."
),
)
parser.add_argument(
"-v", "--verbose", action="store_true", help="print generated scripts"
Expand Down

0 comments on commit 95c231c

Please sign in to comment.