[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-06-14 21:52:37 +00:00
parent 7441ea2676
commit 9378f8fbc5

View file

@ -71,7 +71,7 @@ def main(argv: Sequence[str] | None = None) -> int:
default=False,
help=(
'Fix whitespace without failing. ',
'default: %(default)s'
'default: %(default)s',
),
)
parser.add_argument('filenames', nargs='*', help='Filenames to fix')