Skip to content

Commit 4fa7844

Browse files
committed
make lint: run flake8 only
1 parent 3257841 commit 4fa7844

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ lint:
110110
#black \
111111
# --check ./ ../testing/scripts \
112112
# --exclude "(proto|seldon_core/proto/|.eggs|.tox)"
113-
isort \
114-
--check-only ./ ../testing/scripts \
115-
--skip proto --skip seldon_core/proto --skip .eggs --skip .tox
116-
# flake8 && \
113+
# isort \
114+
# --check-only ./ ../testing/scripts \
115+
# --skip proto --skip seldon_core/proto --skip .eggs --skip .tox
116+
flake8
117117
# nbqa black \
118118
# ../ --check --nbqa-exclude "(proto|seldon_core/proto/|.eggs|.tox|_README\.ipynb)" && \
119119
# nbqa isort ../ --check-only --profile black --nbqa-exclude "(proto|seldon_core/proto/|.eggs|.tox|_README\.ipynb)" && \

0 commit comments

Comments
 (0)