lookingglass/.pre-commit-config.yaml
2021-01-03 11:16:03 -07:00

17 lines
416 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: frontend_checks
name: Frontend Checks
files: 'hyperglass/ui/*'
exclude: 'hyperglass/ui/node_modules'
stages:
- commit
entry: ./.tests/pre-commit-frontend.sh
language: script