We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 159c34f + 96efe83 commit 2aa62e9Copy full SHA for 2aa62e9
.pre-commit-hooks.yaml
@@ -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