aws-cloudformation / cloudformation-cli-java-plugin

The CloudFormation Provider Development Toolkit Java Plugin allows you to autogenerate java code based on an input schema.
Apache License 2.0
30 stars 47 forks source link

Update code formatter to v22.3.0 #399

Closed Brianwithay21 closed 2 years ago

Brianwithay21 commented 2 years ago

Our code formatter, Black, has a dependency on click which released a breaking change in v8.1.0.

Upgrading Black version to 22.3.0 as that includes the fix as per this issue: https://github.com/psf/black/issues/2964

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.