diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a499fbc..2d87000 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.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,28 +11,28 @@ repos: - id: check-yaml - repo: https://github.com/adamchainz/django-upgrade - rev: 1.13.0 + rev: 1.16.0 hooks: - id: django-upgrade language_version: python3.8 args: [--target-version, "3.2"] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.262 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.3.4 hooks: - id: ruff alias: autoformat args: ["--fix"] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.3.0 hooks: - id: black language_version: python3.8 args: [--target-version, "py37"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.9-for-vscode + rev: v4.0.0-alpha.8 hooks: - id: prettier # lint the following with prettier: