We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac2f7d commit fd49643Copy full SHA for fd49643
Makefile
@@ -59,7 +59,7 @@ coverage-html:
59
pre-commit:
60
pre-commit run --show-diff-on-failure
61
62
-pr: lint lint-docs mypy pre-commit test security-baseline complexity-baseline check-licenses
+pr: lint lint-docs mypy pre-commit check-licenses test security-baseline complexity-baseline
63
64
build: pr
65
poetry build
0 commit comments