diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c89e55b..c2e27ad 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.14.10 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: 7.0.0 hooks: - id: isort