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:
11
.pre-commit-config.yaml
Normal file
11
.pre-commit-config.yaml
Normal 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
|
Reference in New Issue
Block a user