mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Adding argument: --summary-json-output-file
This commit is contained in:
parent
7858ad066f
commit
9fd260feb1
2 changed files with 15 additions and 2 deletions
|
|
@ -154,6 +154,10 @@ def _add_run_options(parser: argparse.ArgumentParser) -> None:
|
|||
'the rewrite'
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
'--summary-json-output-file',
|
||||
help='Write summary information to a json file.'
|
||||
)
|
||||
|
||||
|
||||
def _adjust_args_and_chdir(args: argparse.Namespace) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue