diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48aa2ad..b6dd451 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,8 @@ repos: - id: check-toml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.0 + rev: v0.14.10 hooks: - - id: ruff - args: [ --fix ] + - id: ruff-check + args: [ "--fix", "--show-fixes"] - id: ruff-format