Skip to content

Commit 798c3fd

Browse files
committed
added linting of hooks
1 parent c479a20 commit 798c3fd

File tree

6 files changed

+650
-0
lines changed

6 files changed

+650
-0
lines changed

.coveragerc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[run]
2+
command_line= -m pytest
3+
4+
[report]
5+
include =
6+
hooks/*

.github/workflows/test-bake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ jobs:
4747
- name: Run Testing
4848
run: |
4949
pytest -vvv
50+
- name: Run Linting
51+
run: |
52+
pylint hooks/

0 commit comments

Comments
 (0)