We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa7844 commit 32f9e6bCopy full SHA for 32f9e6b
python/Makefile
@@ -113,9 +113,9 @@ lint:
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)" && \
+ #flake8
+ nbqa black \
+ ../ --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 \
0 commit comments