We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074488a commit 83d6bc2Copy full SHA for 83d6bc2
Makefile
@@ -16,7 +16,6 @@ test:
16
17
lint:
18
pylint --disable=R,C,W1202 \
19
- src/chap14/flask-sklearn/*.py \
20
-
+ src/chap14-MLOps/flask-sklearn/*.py
21
22
all: install lint test
0 commit comments