diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1663227..cb02792 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,12 +23,12 @@ repos: hooks: - id: absolufy-imports - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.15 hooks: - id: ruff - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.21.2 + rev: v2.23.0 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject diff --git a/pyproject.toml b/pyproject.toml index aa884d0..8d6bbe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,8 +43,8 @@ optional-dependencies.tests = [ urls.Homepage = "https://github.com/matthiask/feincms3-forms/" [tool.hatch] -build.include = [ "feincms3_forms/" ] version.path = "feincms3_forms/__init__.py" +build.include = [ "feincms3_forms/" ] [tool.ruff] target-version = "py38"