mirror of https://github.com/saimn/sigal.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
529 B
19 lines
529 B
repos: |
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
rev: v6.0.0 |
|
hooks: |
|
- id: check-added-large-files |
|
- id: check-merge-conflict |
|
- id: check-yaml |
|
- id: end-of-file-fixer |
|
exclude: ".*(galleria|photoswipe|jquery|leaflet).*$" |
|
- id: trailing-whitespace |
|
exclude: ".*(galleria|photoswipe|jquery|leaflet).*$" |
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit |
|
rev: v0.15.0 |
|
hooks: |
|
- id: ruff-check |
|
args: [ --fix, --show-fixes, --exit-non-zero-on-fix ] |
|
- id: ruff-format
|
|
|