diff options
| author | natsuoto <[email protected]> | 2026-06-30 15:05:47 +0530 |
|---|---|---|
| committer | natsuoto <[email protected]> | 2026-06-30 15:05:47 +0530 |
| commit | f82126cd8fa2b9ae30db6587ec69b090e240c37e (patch) | |
| tree | 61cf374c46826e8c1f52793f0649142df7d96891 /tests | |
| parent | 7d777f381c2b390440c7d68c470ddd1e3c4a9c22 (diff) | |
| download | edify-f82126cd8fa2b9ae30db6587ec69b090e240c37e.tar.xz edify-f82126cd8fa2b9ae30db6587ec69b090e240c37e.zip | |
fix(ci): drop hatch-vcs version-file generation so check stays clean
`hatch-vcs` was generating `edify/version.py` at every build with an
unsorted `__all__`, which `ruff check` (RUF022) flagged on CI. The file
is unused — `edify/__init__.py` resolves `__version__` via
`importlib.metadata.version("edify")` directly — so dropping the
generation entirely is the right move. Removed the corresponding
coverage `omit` (no longer needed).
Co-Authored-By: Claude Opus 4.7 <[email protected]>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
