Skip to content

Commit 3e36d2c

Browse files
committed
lint: fix mypy
1 parent 5f6b904 commit 3e36d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lint-pyflakes:
2929

3030
.PHONY: lint-mypy
3131
lint-mypy:
32-
pipenv run mypy enapter
32+
pipenv run mypy src/enapter
3333

3434
.PHONY: test
3535
test: run-unit-tests run-integration-tests

0 commit comments

Comments
 (0)