Skip to content

Commit 6500b29

Browse files
committed
Move the liccheck check to only tox
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
1 parent 860b282 commit 6500b29

3 files changed

Lines changed: 685 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,3 @@ repos:
4747
# https://github.com/rstcheck/rstcheck/issues/167
4848
args: ["-r", "docs", "--ignore-messages=Duplicate implicit target name"]
4949
additional_dependencies: [sphinx]
50-
51-
- repo: https://github.com/dhatim/python-license-check
52-
rev: 0.9.2
53-
hooks:
54-
- id: liccheck
55-
entry: ./devel/run-liccheck.sh
56-
files: "(pyproject.toml|poetry.lock)"

0 commit comments

Comments
 (0)