diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58fb36e..046dc9a 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.14.10 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort args: ["--profile", "black", "--line-length", "120"]