terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations πŸ‡ΊπŸ‡¦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
909 stars 681 forks source link

Re-format code with Ruff formatter #535

Closed Fran-Rg closed 8 months ago

Fran-Rg commented 8 months ago

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

Is your request related to a problem? Please describe.

Hard to code

Describe the solution you'd like.

The python files should all be reformated using ruff format or black: https://docs.astral.sh/ruff/formatter/

Describe alternatives you've considered.

Not very aware of EditorCode but ruff/black works very well

Additional context

It would help contributions

antonbabenko commented 8 months ago

Sounds good to me and ruff is nice. PR containing only ruff changes is welcome.

antonbabenko commented 8 months ago

This issue has been resolved in version 7.0.0 :tada:

github-actions[bot] commented 7 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.