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 ad5275d commit a490b85Copy full SHA for a490b85
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: dev lint complex coverage pre-commit sort deploy destroy deps unit infra-tests integration e2e coverage-tests docs lint-docs build format compare-openapi openapi
+.PHONY: dev lint mypy-lint complex coverage pre-commit sort deploy destroy deps unit infra-tests integration e2e coverage-tests docs lint-docs build format format-fix compare-openapi openapi pr watch update-deps
2
PYTHON := ".venv/bin/python3"
3
.ONESHELL: # run all commands in a single shell, ensuring it runs within a local virtual env
4
0 commit comments