under-falling-skies/.pre-commit-config.yaml
2023-01-14 13:44:53 -05:00

15 lines
253 B
YAML

#exclude: static/fontawesome|^build
default_stages:
- merge-commit
- push
repos:
- repo: local
hooks:
- id: lint
name: lint
entry: task lint:fix --
language: system
files: ''