Browse Source

update pre-commit

pull/543/head
Simon Conseil 5 months ago
parent
commit
cd65d26920
  1. 4
      .pre-commit-config.yaml

4
.pre-commit-config.yaml

@ -1,7 +1,7 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 rev: v6.0.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-merge-conflict - id: check-merge-conflict
@ -12,7 +12,7 @@ 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.12.4 rev: v0.14.1
hooks: hooks:
- id: ruff-check - id: ruff-check
args: [ --fix, --show-fixes, --exit-non-zero-on-fix ] args: [ --fix, --show-fixes, --exit-non-zero-on-fix ]

Loading…
Cancel
Save