aws-cloudformation / cloudformation-cli-python-plugin

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

fix(test) - Convert away from pre-commit #200

Open kddejong opened 1 year ago

kddejong commented 1 year ago

Pre-commit creates inconsistent results that aren't repeatable or easy to troubleshoot.

Convert away from pre-commit to tox.

Marking this as a bug. Currently I believe that builds are solely broken because of the pre-commit solution.