We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38331d6 commit 0fb7c36Copy full SHA for 0fb7c36
Makefile
@@ -38,6 +38,7 @@ test-all: install
38
.PHONY: lint
39
lint: #! Run type analysis and linting checks
40
lint: install
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
0 commit comments