Skip to content

Commit fd00b85

Browse files
committed
try to make the mycache directory
1 parent eb83c6d commit fd00b85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ test-all: install
3838
.PHONY: lint
3939
lint: #! Run type analysis and linting checks
4040
lint: install
41-
poetry run mypy ldclient
42-
poetry run isort --check --atomic ldclient contract-tests
43-
poetry run pycodestyle ldclient contract-tests
41+
@mkdir -p .mypy_cache
42+
@poetry run mypy ldclient
43+
@poetry run isort --check --atomic ldclient contract-tests
44+
@poetry run pycodestyle ldclient contract-tests
4445

4546
#
4647
# Documentation generation

0 commit comments

Comments
 (0)