Skip to content

Commit 480530e

Browse files
committed
make lint: run git diff only
1 parent 15ae417 commit 480530e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ lint:
116116
#flake8
117117
#nbqa black \
118118
# ../ --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)"
119+
#nbqa isort ../ --check-only --profile black --nbqa-exclude "(proto|seldon_core/proto/|.eggs|.tox|_README\.ipynb)"
120120
#git -C .. \
121121
# --no-pager diff \
122122
# --exit-code \
123123
# -- python/licenses/license_info.no_versions.csv
124-
# git -C .. --no-pager diff --exit-code -- python/licenses/license_info.no_versions.csv
124+
git -C .. --no-pager diff --exit-code -- python/licenses/license_info.no_versions.csv
125125

126126
.PHONY: clean
127127
clean:

0 commit comments

Comments
 (0)