Snowflake-Labs / schemachange

A Database Change Management tool for Snowflake
Apache License 2.0
481 stars 219 forks source link

Formatting and linting #167

Closed IndexSeek closed 11 months ago

IndexSeek commented 1 year ago

I ran black and ruff to format and follow PEP 8 standards. The line length argument changes follow Black's formatting spec for the default allowing 88 characters versus 80 by PEP 8.

Formatting standards can be controversial, but I'm primarily looking to adjust to allow for more effective contributions.

Prior to running black, ruff found 153 errors; after black, only 82. Most of these were E501 warnings. 15 of these were corrected consisting of F401, F841, E713, and E731 errors.

Closes #168