diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e06d06..3b65b20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,13 @@ repos: - id: detect-private-key - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.5 + rev: v1.5.6 hooks: - id: remove-tabs exclude: ^.*(\.(tsv)|Makefile)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.11 + rev: v0.15.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]