diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa3f246537a..45c30837a87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,13 +12,13 @@ repos: - id: check-toml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.12.2 hooks: - name: ruff check --fix - id: ruff + id: ruff-check args: [ --fix ] - name: ruff format id: ruff-format - name: fix implicit string concatenation - id: ruff + id: ruff-check args: [ --select, ISC001, --fix ]