Skip to content

Commit 2aa62e9

Browse files
author
Olivier Chédru
authored
Merge pull request #71 from ssbarnea/master
Enable liccheck to be used as a pre-commit hook
2 parents 159c34f + 96efe83 commit 2aa62e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: liccheck
2+
name: Run Python License Checker
3+
description: Check license compliance of python requirements
4+
entry: liccheck
5+
args: []
6+
language: python
7+
files: ^(.*requirements.*\.txt|setup\.cfg|setup\.py|pyproject\.toml|liccheck\.ini)$

0 commit comments

Comments
 (0)