diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index faece68..e3f3f62 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: 3.0.5 + rev: 3.0.6 hooks: - id: djhtml - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.255 + rev: v0.0.257 hooks: - id: ruff args: [--fix]