diff --git a/pyproject.toml b/pyproject.toml index 4d7ecb1..c605c8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,3 +109,8 @@ lint.extend-select = ["I"] [tool.mypy] ignore_missing_imports = false +[tool.uv] +# ensure setuptools_scm generates a version number that reflects latest tags +# https://docs.astral.sh/uv/concepts/cache/#dynamic-metadata +cache-keys = [{ git = { commit = true, tags = true } }] +