File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,7 @@ check:
81
81
@${ACTIVATE} ruff format --check
82
82
@$(MAKE ) doc8
83
83
@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/ .
89
85
90
86
check-deploy :
91
87
@echo " -> Check Django deployment settings"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ install_requires =
85
85
rust-inspector ==0.1.0
86
86
python-inspector ==0.13.1
87
87
source-inspector ==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
88
- aboutcode-toolkit ==11.0.0
88
+ aboutcode-toolkit ==11.1.1
89
89
# Utilities
90
90
XlsxWriter ==3.2.2
91
91
openpyxl ==3.1.5
You can’t perform that action at this time.
0 commit comments