mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-31 02:36:52 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7441ea2676
commit
9378f8fbc5
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue