|
|
|
@ -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 |
|
|
|
|