Add Format and Lint to Makefile (#545)#610
Add Format and Lint to Makefile (#545)#610khorshuheng merged 2 commits intofeast-dev:v0.4-branchfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: khorshuheng The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
847092a to
8f27356
Compare
ches
left a comment
There was a problem hiding this comment.
Getting consistency on the active branches makes life easier for backporting 👍
/lgtm
sdk/go/protos/feast/core/Store.pb.go
Outdated
There was a problem hiding this comment.
There was a bit of codegen that was stale here I guess. Also a few Go module version updates, I think the Go SDK is kind of dormant so those aren't significant.
|
Ah, looks like Google credentials are a problem for the Actions build though. |
On master I have removed those tests. I know that isn't the ideal situation, but the functionality should still be covered by e2e https://github.com/gojek/feast/blob/master/sdk/python/tests/test_client.py#L407 Relevant issue: #562 |
8f27356 to
91eca90
Compare
|
New changes are detected. LGTM label has been removed. |
c9d5040 to
2933167
Compare
* Add Make commands for format, lint, flake8, spotless, isort, black, and refactor * Add mypy test * Add lint tests to CI * Fix broken Python test * Fix broken test for Python * Add black to dependencies * Remove Python Protos * Add automatic local linting * Update precommit names * Add black exclusions * Add tensorflow metadata proto generation * Ignore tf meta directory * Add build essentials to install make in CI * Add exports back to __init__.py * Add __all__ to export * Add white space to export * Add source to export * Fix python export formatting
2933167 to
03b96f4
Compare
Backport #545