Skip to content

Commit 4c44543

Browse files
committed
Upgrade aboutcode-toolkit to latest release v11.1.1
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 8ccbef3 commit 4c44543

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,7 @@ check:
8181
@${ACTIVATE} ruff format --check
8282
@$(MAKE) doc8
8383
@echo "-> Run ABOUT files validation"
84-
@${ACTIVATE} about check etc/thirdparty/
85-
@${ACTIVATE} about check scancodeio/
86-
# Needs a --exclude scanpipe/tests/ argument
87-
# https://github.com/aboutcode-org/aboutcode-toolkit/issues/583
88-
# @${ACTIVATE} about check scanpipe/
84+
@${ACTIVATE} about check --exclude .venv/ --exclude scanpipe/tests/ .
8985

9086
check-deploy:
9187
@echo "-> Check Django deployment settings"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ install_requires =
8585
rust-inspector==0.1.0
8686
python-inspector==0.13.1
8787
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
88-
aboutcode-toolkit==11.0.0
88+
aboutcode-toolkit==11.1.1
8989
# Utilities
9090
XlsxWriter==3.2.2
9191
openpyxl==3.1.5

0 commit comments

Comments
 (0)