-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
format all python files with black #1303
Conversation
🍹 The Update for stack moolumi/k8s-ci-cluster/00825b3c58184d01fa3bb4b1ed20b255c57d7375-801 was successful. Resource Changes Name Type Operation
+ k8s-ci-cluster-00825b3c58184d01fa3bb4b1ed20b255c57d7375-801 pulumi:pulumi:Stack create
+ multicloud pulumi-kubernetes:ci:GkeCluster create
+ password random:index/randomPassword:RandomPassword create
+ ephemeral-ci-cluster gcp:container/cluster:Cluster create
+ primary-node-pool gcp:container/nodePool:NodePool create
+ gke pulumi:providers:kubernetes create
|
🍹 The Destroy for stack moolumi/k8s-ci-cluster/00825b3c58184d01fa3bb4b1ed20b255c57d7375-801 was successful. Resource Changes Name Type Operation
- gke pulumi:providers:kubernetes delete
- primary-node-pool gcp:container/nodePool:NodePool delete
- password random:index/randomPassword:RandomPassword delete
- ephemeral-ci-cluster gcp:container/cluster:Cluster delete
|
🍹 The Update for stack moolumi/k8s-ci-cluster/58c9456cb5515344907ac48b1c1231d33632aead-802 was successful. Resource Changes Name Type Operation
+ primary-node-pool gcp:container/nodePool:NodePool create
+ gke pulumi:providers:kubernetes create
+ k8s-ci-cluster-58c9456cb5515344907ac48b1c1231d33632aead-802 pulumi:pulumi:Stack create
+ multicloud pulumi-kubernetes:ci:GkeCluster create
+ password random:index/randomPassword:RandomPassword create
+ ephemeral-ci-cluster gcp:container/cluster:Cluster create
|
🍹 The Update for stack moolumi/k8s-ci-cluster/294a2d953bedf3eacbf29247797f220f8b8b781a-803 was successful. Resource Changes Name Type Operation
+ multicloud pulumi-kubernetes:ci:GkeCluster create
+ password random:index/randomPassword:RandomPassword create
+ ephemeral-ci-cluster gcp:container/cluster:Cluster create
+ primary-node-pool gcp:container/nodePool:NodePool create
+ gke pulumi:providers:kubernetes create
+ k8s-ci-cluster-294a2d953bedf3eacbf29247797f220f8b8b781a-803 pulumi:pulumi:Stack create
|
Can we add this to a Makefile and CI automation so that we lock in the lint cleanliness? |
🍹 The Destroy for stack moolumi/k8s-ci-cluster/58c9456cb5515344907ac48b1c1231d33632aead-802 was successful. Resource Changes Name Type Operation
- gke pulumi:providers:kubernetes delete
- primary-node-pool gcp:container/nodePool:NodePool delete
- password random:index/randomPassword:RandomPassword delete
- ephemeral-ci-cluster gcp:container/cluster:Cluster delete
|
🍹 The Destroy for stack moolumi/k8s-ci-cluster/294a2d953bedf3eacbf29247797f220f8b8b781a-803 was successful. Resource Changes Name Type Operation
- ephemeral-ci-cluster gcp:container/cluster:Cluster delete
- gke pulumi:providers:kubernetes delete
- primary-node-pool gcp:container/nodePool:NodePool delete
- password random:index/randomPassword:RandomPassword delete
|
@jaxxstorm I was able to get #1762 merged with black formatting and makefile/ci, can we close this one? |
I often come across python examples and find the formatting jarring. This formats all the python files in the repo with black