diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f95cf7..a82e8c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,11 +19,11 @@ repos: hooks: - id: tox-toml-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.21.2" + rev: "v2.23.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.14" + rev: "v0.15.15" hooks: - id: ruff-format - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 67656bb..f26b15f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,7 @@ pkg-meta = [ ] [tool.hatch] +version.source = "vcs" build.dev-mode-dirs = [ "src", ] @@ -78,7 +79,6 @@ build.targets.sdist.include = [ ] build.targets.wheel.only-include = [ "src" ] build.targets.wheel.sources = [ "src" ] -version.source = "vcs" [tool.ruff] line-length = 120