diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78fc755..03964ec 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 94a39b1..90c5216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,8 +52,8 @@ urls.Tracker = "https://github.com/pytest-dev/pytest-env/issues" entry-points.pytest11.env = "pytest_env.plugin" [tool.hatch] -build.hooks.vcs.version-file = "src/pytest_env/version.py" version.source = "vcs" +build.hooks.vcs.version-file = "src/pytest_env/version.py" [tool.ruff] line-length = 120