Skip to content

Commit a490b85

Browse files
authored
Fix: Add additional non-file targets to .PHONY (#870)
1 parent ad5275d commit a490b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
1+
.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
22
PYTHON := ".venv/bin/python3"
33
.ONESHELL: # run all commands in a single shell, ensuring it runs within a local virtual env
44

0 commit comments

Comments
 (0)