chaostoolkit-incubator / chaostoolkit-aws

Chaos Toolkit Extension for AWS
https://chaostoolkit.org/drivers/aws/
Apache License 2.0
109 stars 52 forks source link

Switch from pycodestyle to black, flake8, and isort #112

Closed ciaransweet closed 3 years ago

ciaransweet commented 3 years ago

This PR does the following:

This is mainly because we're touching this repository a fair bit in the near future. The plan is to consolidate these standards across all repos and likely include pre-commit config to do this also.

NOTE:

The build: Build, Test, and Lint / build-and-lint will fail as I have not gone and formatted the codebase yet. I wanted these changes in so that when I do the big formatting PR, that the changes will be validated by the CI pipeline, making reviewing a bit easier.