1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 00:38:06 +00:00
thatmattlove-hyperglass/.pre-commit-config.yaml
2020-01-02 09:53:40 -07:00

15 lines
304 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: line_count
name: Line Count
stages:
- commit
entry: hooks.sh
language: script