Skip to content

Commit 8267228

Browse files
committed
do not make the cache directory
1 parent fd00b85 commit 8267228

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

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

0 commit comments

Comments
 (0)