Browse Source

update ruff

pull/538/head
Simon Conseil 8 months ago
parent
commit
591a694b13
  1. 4
      .pre-commit-config.yaml

4
.pre-commit-config.yaml

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

Loading…
Cancel
Save