diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58aae1a..a0ba46c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: mixed-line-ending # replaces or checks mixed line ending - id: trailing-whitespace # checks for trailing whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.14.5 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ]