diff --git a/libs/community/Makefile b/libs/community/Makefile index a8e564982..e13eca2ed 100644 --- a/libs/community/Makefile +++ b/libs/community/Makefile @@ -37,7 +37,7 @@ lint lint_diff lint_package lint_tests: poetry run ruff check . poetry run ruff format $(PYTHON_FILES) --diff poetry run ruff check --select I $(PYTHON_FILES) - mkdir $(MYPY_CACHE); poetry run mypy $(PYTHON_FILES) --cache-dir $(MYPY_CACHE) + mkdir -p $(MYPY_CACHE); poetry run mypy $(PYTHON_FILES) --cache-dir $(MYPY_CACHE) format format_diff: poetry run ruff format $(PYTHON_FILES)