vantage-sh / ec2instances.info

Amazon EC2 instance comparison site
https://ec2instances.info
MIT License
5.11k stars 578 forks source link

Apply `black` autoformatting suggestions #653

Closed aitorres closed 2 years ago

aitorres commented 2 years ago

What I did

I noticed that the black check that runs on Github Actions was not passing successfully on master. This PR just applies and commits all the suggested formatting changes, so that it starts passing again.

Nothing too groundbreaking ;-) No change is expected apart from the formatting changes.

You can verify that everything passes by running black --check . from the repo's root directory.

EverettBerry commented 2 years ago

Great stuff - all checks passed in the Actions!