mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
Default allow_missing_credentials flag to True
This commit is contained in:
parent
c1c8b0a543
commit
512e71dd1a
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ def main(argv: Sequence[str] | None = None) -> int:
|
|||
parser.add_argument(
|
||||
'--allow-missing-credentials',
|
||||
dest='allow_missing_credentials',
|
||||
default=True,
|
||||
action='store_true',
|
||||
help='Allow hook to pass when no credentials are detected.',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue