diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b15f67..40fd82b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,8 +12,8 @@ repos: exclude: ".*(galleria|photoswipe|jquery|leaflet).*$" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.7 + rev: v0.12.4 hooks: - - id: ruff + - id: ruff-check args: [ --fix, --show-fixes, --exit-non-zero-on-fix ] - id: ruff-format