Skip to content
Merged
Prev Previous commit
Next Next commit
fix: restored mypy in lint-python target
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com>
  • Loading branch information
dmartinol committed Mar 27, 2024
commit 7027d508b00680316327afb1945672e3af40087b
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ format-python:
cd ${ROOT_DIR}/sdk/python; python -m ruff format feast/ tests/

lint-python:
# cd ${ROOT_DIR}/sdk/python; python -m mypy feast
cd ${ROOT_DIR}/sdk/python; python -m mypy feast
cd ${ROOT_DIR}/sdk/python; ruff check feast/ tests/
Comment thread
sudohainguyen marked this conversation as resolved.
Outdated

# Java
Expand Down