We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed498c1 commit cddb9e0Copy full SHA for cddb9e0
1 file changed
Makefile
@@ -29,6 +29,7 @@ test: install
29
.PHONY: lint
30
lint: #! Run type analysis and linting checks
31
lint: install
32
+ @mkdir -p .mypy_cache
33
@poetry run mypy ld_openfeature tests
34
35
#
0 commit comments