diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 241f6c2..dad2bd0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: trailing-whitespace - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.0 + rev: v0.14.3 hooks: - id: ruff-format args: [ --preview, --config=pyproject.toml ]