Skip to content

Commit 64e6d63

Browse files
committed
Remove isort checking since it is non-deterministic
1 parent ee66f65 commit 64e6d63

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ lint-python:
7373
#cd ${ROOT_DIR}/sdk/python; mypy feast/ tests/
7474
cd ${ROOT_DIR}/sdk/python; flake8 feast/ tests/
7575
cd ${ROOT_DIR}/sdk/python; black --check feast tests
76-
cd ${ROOT_DIR}/sdk/python; isort -rc feast tests --check-only
7776

7877
# Go SDK
7978

0 commit comments

Comments
 (0)