diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58fb36e..ca0f861 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,14 +27,14 @@ repos: args: ["--fix=lf"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.8 + rev: v0.15.12 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 9.0.0a3 hooks: - id: isort args: ["--profile", "black", "--line-length", "120"]