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 fd00b85 commit 8267228Copy full SHA for 8267228
Makefile
@@ -38,7 +38,6 @@ 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