chore(aws): Working outputs (#3488)

This commit is contained in:
Pepe Fagoaga
2024-03-04 17:17:20 +01:00
committed by GitHub
parent 5df9fd881c
commit 086148819c
26 changed files with 267 additions and 418 deletions

View File

@@ -27,7 +27,7 @@ lint: ## Lint Code
@echo "Running black... "
black --check .
@echo "Running pylint..."
pylint --disable=W,C,R,E -j 0 providers lib util config
pylint --disable=W,C,R,E -j 0 prowler util
##@ PyPI
pypi-clean: ## Delete the distribution files