Skip to content

Commit

Permalink
fix: correct git versioning error
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Jan 8, 2025
1 parent 690fe31 commit 37019b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ git_describe_command = [
"--dirty",
"--long",
"--match",
"'[0-9]*.[0-9]*.[0-9]*'",
"[0-9]*.[0-9]*.[0-9]*",
"--exclude",
"'*[^0-9.]*'",
"*[^0-9.]*",
]

[tool.black]
Expand Down

0 comments on commit 37019b2

Please sign in to comment.