diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ffe75c2c..6e14e0554 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.6.0" + rev: "v5.0.0" hooks: - id: debug-statements - id: detect-private-key @@ -16,19 +16,19 @@ repos: args: ["--remove"] - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: "v3.17.0" + rev: "v3.18.0" hooks: - id: pyupgrade # TODO: Update to --py312 when dropping support for # Python 3.8 args: [--py38-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: "1.21.0" + rev: "1.22.1" hooks: - id: django-upgrade args: [--target-version, "4.2"] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier @@ -45,7 +45,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/rtts/djhtml - rev: "3.0.6" + rev: "3.0.7" hooks: - id: djhtml files: .*/templates/.*\.html$