diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d8ed3b..c3f2630 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,19 +19,19 @@ repos: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.13" + rev: "v0.15.15" hooks: - id: ruff args: [--unsafe-fixes] - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: "v2.4.15" + rev: "v2.4.16" hooks: - id: biome-check args: [--unsafe] verbose: true - 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 da5129b..143fb8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,8 +41,8 @@ optional-dependencies.tests = [ urls.Homepage = "http://github.com/matthiask/django-authlib/" [tool.hatch] -build.include = [ "authlib/" ] version.path = "authlib/__init__.py" +build.include = [ "authlib/" ] [tool.ruff] target-version = "py39"