File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9086check-deploy :
9187 @echo " -> Check Django deployment settings"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments