mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
chore: satisfy release version lint
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0e3e03f319
commit
8ac100aa7a
1 changed files with 2 additions and 1 deletions
|
|
@ -5,11 +5,12 @@ from __future__ import annotations
|
|||
import os
|
||||
import re
|
||||
import subprocess
|
||||
import tomllib
|
||||
from collections.abc import Sequence
|
||||
from dataclasses import dataclass, replace
|
||||
from pathlib import Path
|
||||
|
||||
import tomllib
|
||||
|
||||
SEMVER_RE = re.compile(r"^(\d+)\.(\d+)\.(\d+)$")
|
||||
RELEASE_TAG_RE = re.compile(r"^v(\d+)\.(\d+)\.(\d+)(?:\.(\d+))?$")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue