We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f59f71 commit 275d162Copy full SHA for 275d162
Makefile
@@ -310,7 +310,7 @@ format-python:
310
cd ${ROOT_DIR}/sdk/python; python -m black --target-version py38 feast tests
311
312
lint-python:
313
- cd ${ROOT_DIR}/sdk/python; python -m mypy --exclude=/tests/ feast
+ cd ${ROOT_DIR}/sdk/python; python -m mypy --exclude=/tests/
314
cd ${ROOT_DIR}/sdk/python; python -m isort feast/ tests/ --check-only
315
cd ${ROOT_DIR}/sdk/python; python -m flake8 feast/ tests/
316
cd ${ROOT_DIR}/sdk/python; python -m black --check feast tests
0 commit comments