diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f71cc0b..6bdf952 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,16 +14,16 @@ repos: - id: debug-statements - id: detect-private-key - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.3.1" + rev: "1.4.1" hooks: - id: tox-ini-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.2.1" + rev: "2.2.4" hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.9"] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.20.0 + rev: 1.21.0 hooks: - id: django-upgrade args: [--target-version, "3.2"] @@ -32,11 +32,11 @@ repos: hooks: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.5.7' + rev: 'v0.6.5' hooks: - id: ruff - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/mirrors-prettier