mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
Update pre_commit_hooks/check_number_of_lines_count.py
Co-authored-by: Christoph Bachhuber <cbachhuber89@gmail.com>
This commit is contained in:
parent
2f4236158c
commit
60c196e8db
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import argparse
|
import argparse
|
||||||
from typing import Optional
|
from typing import Optional, Sequence
|
||||||
from typing import Sequence
|
|
||||||
|
|
||||||
|
|
||||||
def main(argv: Optional[Sequence[str]] = None) -> int:
|
def main(argv: Optional[Sequence[str]] = None) -> int:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue