Skip to content

Commit 32f9e6b

Browse files
committed
make lint: run nbqa black only
1 parent 4fa7844 commit 32f9e6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ lint:
113113
# isort \
114114
# --check-only ./ ../testing/scripts \
115115
# --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)" && \
116+
#flake8
117+
nbqa black \
118+
../ --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)" && \
120120
git -C .. \
121121
--no-pager diff \

0 commit comments

Comments
 (0)