Skip to content

Commit 0fb7c36

Browse files
committed
make mypy_cache
1 parent 38331d6 commit 0fb7c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ test-all: install
3838
.PHONY: lint
3939
lint: #! Run type analysis and linting checks
4040
lint: install
41+
@mkdir -p .mypy_cache
4142
@poetry run mypy ldclient
4243
@poetry run isort --check --atomic ldclient contract-tests
4344
@poetry run pycodestyle ldclient contract-tests

0 commit comments

Comments
 (0)