Coverage for src/hatch_ci/hooks.py: 0%
5 statements
« prev ^ index » next coverage.py v7.3.0, created at 2023-08-18 15:43 +0000
« prev ^ index » next coverage.py v7.3.0, created at 2023-08-18 15:43 +0000
1from hatchling.plugin import hookimpl
3from hatch_ci.version_hook import CIVersionSource
6@hookimpl
7def hatch_register_version_source():
8 return CIVersionSource