under-falling-skies/.pre-commit-config.yaml

15 lines
253 B
YAML
Raw Permalink Normal View History

2023-01-14 18:42:43 +00:00
#exclude: static/fontawesome|^build
default_stages:
- merge-commit
- push
repos:
- repo: local
hooks:
- id: lint
name: lint
entry: task lint:fix --
language: system
files: ''