diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc70d1b..9d546c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.17" + rev: "v0.15.18" hooks: - id: ruff args: [--unsafe-fixes] @@ -31,7 +31,7 @@ repos: args: [--unsafe] verbose: true - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.24.1 + rev: v2.25.0 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject