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