mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 18:26:53 +00:00
add new path
This commit is contained in:
parent
51c43c4b29
commit
0b07bd6379
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ def main(argv: Sequence[str] | None = None) -> int:
|
|||
'--pytest',
|
||||
dest='pattern',
|
||||
action='store_const',
|
||||
const=r'.*_test\.py',
|
||||
default=r'.*_test\.py',
|
||||
const=r'.tests_*\.py',
|
||||
default=r'.tests_*\.py',
|
||||
help='(the default) ensure tests match %(const)s',
|
||||
)
|
||||
mutex.add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue