dominikriemer commented on code in PR #134:
URL: 
https://github.com/apache/incubator-streampipes/pull/134#discussion_r1017087259


##########
streampipes-client-python/Makefile:
##########
@@ -0,0 +1,13 @@
+COMMIT_HASH := $(shell eval git rev-parse HEAD)
+
+format:
+       pre-commit run --all-files
+
+doc:
+       mkdocs build
+
+livedoc: doc
+       mkdocs serve --dirtyreload
+
+rebase:
+       git fetch && git rebase origin/master

Review Comment:
   @kulbachcedric when is this rebase called? Sorry, I'm totally unaware of the 
python stuff ;-)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to