Skip to content

Commit 275d162

Browse files
committed
mypy checking of all files in sdk/python folder
Signed-off-by: Chester Ong <[email protected]>
1 parent 0f59f71 commit 275d162

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
@@ -310,7 +310,7 @@ format-python:
310310
cd ${ROOT_DIR}/sdk/python; python -m black --target-version py38 feast tests
311311

312312
lint-python:
313-
cd ${ROOT_DIR}/sdk/python; python -m mypy --exclude=/tests/ feast
313+
cd ${ROOT_DIR}/sdk/python; python -m mypy --exclude=/tests/
314314
cd ${ROOT_DIR}/sdk/python; python -m isort feast/ tests/ --check-only
315315
cd ${ROOT_DIR}/sdk/python; python -m flake8 feast/ tests/
316316
cd ${ROOT_DIR}/sdk/python; python -m black --check feast tests

0 commit comments

Comments
 (0)