diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c89e55b..2e30fff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,14 +9,14 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.12 + rev: v0.15.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --preview] - id: ruff-format - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 8.0.1 hooks: - id: isort