mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-13 08:34:57 +03:00
Update spacy/cli/_util.py
Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
This commit is contained in:
parent
5fad119f3e
commit
c7a895687f
|
@ -247,7 +247,7 @@ def verify_workflow_step(workflow_name: str, commands: List[str], step: str) ->
|
||||||
|
|
||||||
def validate_project_commands(config: Dict[str, Any]) -> None:
|
def validate_project_commands(config: Dict[str, Any]) -> None:
|
||||||
"""Check that project commands and workflows are valid, don't contain
|
"""Check that project commands and workflows are valid, don't contain
|
||||||
duplicates, don't clash and only refer to commands that exist.
|
duplicates, don't clash and only refer to commands that exist.
|
||||||
|
|
||||||
config (Dict[str, Any]): The loaded config.
|
config (Dict[str, Any]): The loaded config.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user