lookingglass/.pre-commit-config.yaml
2020-02-16 19:16:53 -07:00

15 lines
318 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: flake8
stages:
- commit
- repo: local
hooks:
- id: validate_examples
name: Validate Examples
stages:
- commit
entry: hooks.sh
language: script