Coverage for src/hatch_ci/hooks.py: 0%

5 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-08-07 20:13 +0000

1from hatchling.plugin import hookimpl 

2 

3from hatch_ci.version_hook import CIVersionSource 

4 

5 

6@hookimpl 

7def hatch_register_version_source(): 

8 return CIVersionSource