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 3257841 commit 4fa7844Copy full SHA for 4fa7844
python/Makefile
@@ -110,10 +110,10 @@ lint:
110
#black \
111
# --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 && \
+# isort \
+# --check-only ./ ../testing/scripts \
+# --skip proto --skip seldon_core/proto --skip .eggs --skip .tox
+ 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)" && \
0 commit comments