verwaltungstracker/.pre-commit-config.yaml
2024-09-16 17:26:29 +02:00

24 lines
No EOL
585 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.35.2
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