diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0db994a..d2d9074 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,13 +13,13 @@ repos: - id: check-case-conflict - id: check-merge-conflict - repo: https://github.com/adamchainz/django-upgrade - rev: "1.15.0" # replace with latest tag on GitHub + rev: "1.21.0" # replace with latest tag on GitHub hooks: - id: django-upgrade args: [--target-version, "4.2"] # Replace with Django version - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.0 + rev: v0.6.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -36,7 +36,7 @@ repos: - --tabwidth=2 exclude: markdown_editor.html - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier types_or: