bossenti commented on code in PR #134: URL: https://github.com/apache/incubator-streampipes/pull/134#discussion_r1017124746
########## 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: Ah yes, I our case it should point to `dev`. It's just a convenient command that you can run locally. Nothing specific for python. -- 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]
