24 lines
586 B
YAML
24 lines
586 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.6.3
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix]
|
|
- id: ruff-format
|
|
|
|
- repo: https://github.com/Riverside-Healthcare/djLint
|
|
rev: v1.36.4
|
|
hooks:
|
|
- id: djlint-reformat-django
|
|
- id: djlint-django
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
|
rev: v9.9.1
|
|
hooks:
|
|
- id: eslint
|
|
files: \.(js|ts|vue)?$
|
|
types: [file]
|
|
args: [--no-warn-ignored]
|
|
entry: npx eslint
|
|
additional_dependencies:
|
|
- okfde/eslint-config-froide
|