use reuse lint for REUSE compliance

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2024-04-16 00:38:28 -05:00
parent c21a9b2638
commit f12b76680f
6 changed files with 442 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
[tox]
isolated_build = true
envlist = begin,py38,py39,py310,py311,py312,coverage,security,lint
envlist = begin,py38,py39,py310,py311,py312,coverage,security,lint,reuse
[testenv]
allow_externals = pytest, coverage
@@ -67,6 +67,11 @@ commands =
flake8
- flake8 --disable-noqa --ignore= --select=E,W,F,C,D,A,G,B,I,T,M,DUO
[testenv:reuse]
# check license documentation
commands =
reuse lint
[coverage:paths]
source =
./