Skip to content

Commit cddb9e0

Browse files
committed
Make .mypy_cache directory
1 parent ed498c1 commit cddb9e0

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
@@ -29,6 +29,7 @@ test: install
2929
.PHONY: lint
3030
lint: #! Run type analysis and linting checks
3131
lint: install
32+
@mkdir -p .mypy_cache
3233
@poetry run mypy ld_openfeature tests
3334

3435
#

0 commit comments

Comments
 (0)