mirror of https://github.com/explosion/spaCy.git
Make args keyword-only [ci skip]
Co-authored-by: Matthew Honnibal <honnibal+gh@gmail.com>
This commit is contained in:
parent
6958510bda
commit
84fedcebab
|
@ -176,6 +176,7 @@ def validate_subcommand(
|
||||||
def check_rerun(
|
def check_rerun(
|
||||||
project_dir: Path,
|
project_dir: Path,
|
||||||
command: Dict[str, Any],
|
command: Dict[str, Any],
|
||||||
|
*,
|
||||||
check_spacy_version: bool = True,
|
check_spacy_version: bool = True,
|
||||||
check_spacy_commit: bool = False,
|
check_spacy_commit: bool = False,
|
||||||
) -> bool:
|
) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue