You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
421 B
13 lines
421 B
--- |
|
# Define plugins (hooks) provided by this repo. |
|
# How to test: https://pre-commit.com/#developing-hooks-interactively |
|
|
|
- id: licheck |
|
name: Check dependencies licenses |
|
description: 'Inspired by kontrolilo, check the licenses of sotware dependencies in package managers used by developers' |
|
language: python |
|
files: ^\.allowed_licenses.yml$ |
|
types: [] |
|
pass_filenames: false |
|
entry: licheck |
|
always_run: true
|
|
|