1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

add pre-commit; add line-count functions & badge

This commit is contained in:
checktheroads
2019-12-31 12:03:23 -07:00
parent cb1e1794e1
commit af42e3bcd0
8 changed files with 185 additions and 2 deletions

11
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,11 @@
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
entry: hooks.sh
language: script