pypa-hatch/hatch/env/collectors/plugin/hooks.py

9 lines
184 B
Python

from hatchling.plugin import hookimpl
from ..default import DefaultEnvironmentCollector
@hookimpl
def hatch_register_environment_collector():
return DefaultEnvironmentCollector