Skip to content

Commit 15ae417

Browse files
committed
make lint: run nbqa isort only
1 parent 32f9e6b commit 15ae417

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

python/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ lint:
114114
# --check-only ./ ../testing/scripts \
115115
# --skip proto --skip seldon_core/proto --skip .eggs --skip .tox
116116
#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
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
# git -C .. --no-pager diff --exit-code -- python/licenses/license_info.no_versions.csv
125125

126126
.PHONY: clean

0 commit comments

Comments
 (0)