mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
13 lines
275 B
YAML
13 lines
275 B
YAML
repos:
|
|
# - repo: https://github.com/pre-commit/pre-commit-hooks
|
|
# rev: v2.3.0
|
|
# hooks:
|
|
# - id: flake8
|
|
- repo: local
|
|
hooks:
|
|
- id: line_count
|
|
name: Line Count
|
|
stages:
|
|
- push
|
|
entry: hooks.sh
|
|
language: script
|