numerai / numerai-cli

Automated submission workflows in the cloud.
MIT License
91 stars 28 forks source link

Support for Google Cloud as an Infrastructure Provider #77

Closed ethanrucinski closed 1 year ago

ethanrucinski commented 1 year ago

Looks pretty good, a few style nitpicks. let's also make sure we apply Black to all this code, if it's a lot of a changes then we can do a followup PR.

Done. I am running black with the following options:

"black-formatter.args": ["--skip-string-normalization", "--line-length",  "120"],

I had this entered incorrectly before which is why none of the formatting rules were getting applied.