Skip to content
Merged
Prev Previous commit
Next Next commit
adding ruff format --check
Signed-off-by: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com>
  • Loading branch information
dmartinol committed Mar 29, 2024
commit a6c70b7b9074e26deae211e39166c63a791af698
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ format-python:

lint-python:
cd ${ROOT_DIR}/sdk/python; python -m mypy feast
cd ${ROOT_DIR}/sdk/python; ruff check feast/ tests/

cd ${ROOT_DIR}/sdk/python; python -m ruff check feast/ tests/
cd ${ROOT_DIR}/sdk/python; python -m ruff format --check feast/ tests
# Java

install-java-ci-dependencies:
Expand Down