diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f309f9..a4617d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,11 +36,11 @@ repos: - id: black args: [--target-version, py311] - repo: https://github.com/rtts/djhtml - rev: v2.0.0 + rev: 3.0.2 hooks: - id: djhtml - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.249 + rev: v0.0.253 hooks: - id: ruff args: [--fix] @@ -50,7 +50,7 @@ repos: - id: prettier types_or: [javascript, css] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.34.0 + rev: v8.35.0 hooks: - id: eslint args: [--fix] @@ -59,7 +59,7 @@ repos: - eslint@8.34.0 - eslint-config-prettier@8.5.0 - repo: https://github.com/tox-dev/pyproject-fmt - rev: 0.9.1 + rev: 0.9.2 hooks: - id: pyproject-fmt - repo: https://github.com/jazzband/pip-tools