Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Conversation

jaxxstorm
Copy link
Contributor

I often come across python examples and find the formatting jarring. This formats all the python files in the repo with black

@pulumi-staging
Copy link

pulumi-staging bot commented Nov 5, 2022

🍹 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

@pulumi-staging
Copy link

pulumi-staging bot commented Nov 5, 2022

🍹 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

@pulumi-staging
Copy link

pulumi-staging bot commented Nov 7, 2022

🍹 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

@pulumi-staging
Copy link

pulumi-staging bot commented Nov 7, 2022

🍹 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

@lukehoban
Copy link
Contributor

Can we add this to a Makefile and CI automation so that we lock in the lint cleanliness?

@pulumi-staging
Copy link

pulumi-staging bot commented Nov 7, 2022

🍹 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

@pulumi-staging
Copy link

pulumi-staging bot commented Nov 7, 2022

🍹 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

@rshade
Copy link
Contributor

rshade commented Jan 10, 2025

@jaxxstorm I was able to get #1762 merged with black formatting and makefile/ci, can we close this one?

@jaxxstorm jaxxstorm closed this Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants