diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c39b130..ae8a99a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: args: [--fix=lf] - id: check-case-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 # must match pyproject.toml + rev: v0.14.10 # must match pyproject.toml hooks: - id: ruff args: [--extend-select, I, --fix]