mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04: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
ad4176ad0c
commit
367403b6d4
1 changed files with 2 additions and 2 deletions
|
|
@ -177,9 +177,9 @@ def _adjust_args_and_chdir(args: argparse.Namespace) -> None:
|
|||
|
||||
|
||||
def main(argv: Sequence[str] | None = None) -> int:
|
||||
|
||||
|
||||
return
|
||||
|
||||
|
||||
argv = argv if argv is not None else sys.argv[1:]
|
||||
parser = argparse.ArgumentParser(prog='pre-commit')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue