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 a79b053 commit eb83c6dCopy full SHA for eb83c6d
Makefile
@@ -38,9 +38,9 @@ test-all: install
38
.PHONY: lint
39
lint: #! Run type analysis and linting checks
40
lint: install
41
- @poetry run mypy ldclient
42
- @poetry run isort --check --atomic ldclient contract-tests
43
- @poetry run pycodestyle ldclient contract-tests
+ poetry run mypy ldclient
+ poetry run isort --check --atomic ldclient contract-tests
+ poetry run pycodestyle ldclient contract-tests
44
45
#
46
# Documentation generation
0 commit comments