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 5f6b904 commit 3e36d2cCopy full SHA for 3e36d2c
Makefile
@@ -29,7 +29,7 @@ lint-pyflakes:
29
30
.PHONY: lint-mypy
31
lint-mypy:
32
- pipenv run mypy enapter
+ pipenv run mypy src/enapter
33
34
.PHONY: test
35
test: run-unit-tests run-integration-tests
0 commit comments