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 Feb 16, 2021
1 parent cd80572 commit 5486f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pre_commit_hooks/check_json.py
Expand Up @@ -18,6 +18,7 @@ def raise_duplicate_keys(ordered_pairs: List[Tuple[Hashable, Any]]) -> Dict:
d[key] = val
return d


def main(argv: Optional[Sequence[str]] = None) -> int:
parser = argparse.ArgumentParser()
parser.add_argument('filenames', nargs='*', help='Filenames to check.')
Expand Down

0 comments on commit 5486f2b

Please sign in to comment.