mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-02 22:57:00 +00:00
27 lines
656 B
YAML
27 lines
656 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: ruff
|
|
name: ruff
|
|
entry: ruff check --fix
|
|
language: system
|
|
types: [python]
|
|
require_serial: true
|
|
- id: ruff-format
|
|
name: ruff-format
|
|
entry: ruff format
|
|
language: system
|
|
types: [python]
|
|
require_serial: true
|
|
- id: djlint-lint
|
|
name: djlint-lint
|
|
entry: djlint --lint
|
|
language: system
|
|
types: [html]
|
|
require_serial: true
|
|
- id: djlint-reformat
|
|
name: djlint-reformat
|
|
entry: djlint --reformat
|
|
language: system
|
|
types: [html]
|
|
require_serial: true |