We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9a319 commit 3bd0e46Copy full SHA for 3bd0e46
Makefile
@@ -23,7 +23,10 @@ test:
23
coverage-html:
24
poetry run pytest -m "not perf" --cov=aws_lambda_powertools --cov-report=html
25
26
-pr: lint test security-baseline complexity-baseline
+pre-commit:
27
+ pre-commit run --show-diff-on-failure
28
+
29
+pr: lint pre-commit test security-baseline complexity-baseline
30
31
build: pr
32
poetry build
0 commit comments