File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- .PHONY : target dev format lint test coverage-html pr build build-docs build-docs-website check-licenses
1+ .PHONY : target dev format lint test coverage-html pr build build-docs build-docs-website
22.PHONY : docs-local security-baseline complexity-baseline release-prod release-test release
33
44target :
@@ -21,10 +21,6 @@ dev-gitpod:
2121 poetry install --extras " all redis datamasking"
2222 pre-commit install
2323
24- # Running licensecheck with zero to break the pipeline if there is an invalid license
25- check-licenses :
26- poetry run licensecheck -u poetry:dev
27-
2824format-check :
2925 poetry run ruff format aws_lambda_powertools tests examples --check
3026
@@ -62,7 +58,7 @@ coverage-html:
6258pre-commit :
6359 pre-commit run --show-diff-on-failure
6460
65- pr : lint lint-docs mypy pre-commit check-licenses test security-baseline complexity-baseline
61+ pr : lint lint-docs mypy pre-commit test security-baseline complexity-baseline
6662
6763build : pr
6864 poetry build
You can’t perform that action at this time.
0 commit comments