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 Jun 14, 2023
1 parent 7441ea2 commit 9378f8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pre_commit_hooks/trailing_whitespace_fixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ def main(argv: Sequence[str] | None = None) -> int:
),
)
parser.add_argument(
'--quiet','-q',
'--quiet', '-q',
action='store_true',
default=False,
help=(
'Fix whitespace without failing. ',
'default: %(default)s'
'default: %(default)s',
),
)
)
parser.add_argument('filenames', nargs='*', help='Filenames to fix')
args = parser.parse_args(argv)

Expand Down

0 comments on commit 9378f8f

Please sign in to comment.