Check Missing Requirements

Checks to see if the package requirements are all present in the current python environment.

class hooks.check_missing_requirements.CheckMissingRequirements(argv: Optional[Sequence[str]] = None)

Hook to check all requirements are installed within the current dev environment.

run() int

Checks to see if the package requirements are all present in the current environment.

Note

this hook should be run before isort in order to prevent unwanted import sorting based on an incorrect environment spec.

hooks.check_missing_requirements.main()

Hook entry point