Skip to content

Commit 51135a4

Browse files
committed
make lint: run black only
1 parent 8e0ef01 commit 51135a4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

python/Makefile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,18 @@ fmt:
109109
lint:
110110
black \
111111
--check ./ ../testing/scripts \
112-
--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 && \
117-
nbqa black \
118-
../ --check --nbqa-exclude "(proto|seldon_core/proto/|.eggs|.tox|_README\.ipynb)" && \
119-
nbqa isort ../ --check-only --profile black --nbqa-exclude "(proto|seldon_core/proto/|.eggs|.tox|_README\.ipynb)" && \
120-
git -C .. \
121-
--no-pager diff \
122-
--exit-code \
123-
-- python/licenses/license_info.no_versions.csv
112+
--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 && \
117+
# nbqa black \
118+
# ../ --check --nbqa-exclude "(proto|seldon_core/proto/|.eggs|.tox|_README\.ipynb)" && \
119+
# nbqa isort ../ --check-only --profile black --nbqa-exclude "(proto|seldon_core/proto/|.eggs|.tox|_README\.ipynb)" && \
120+
# git -C .. \
121+
# --no-pager diff \
122+
# --exit-code \
123+
# -- python/licenses/license_info.no_versions.csv
124124

125125
.PHONY: clean
126126
clean:

0 commit comments

Comments
 (0)