civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

[CIVIS-8474] STY apply the `black` code formatter to the codebase #481

Closed jacksonlee-civis closed 4 months ago

jacksonlee-civis commented 4 months ago

This pull request applies the black code formatter to the civis-python codebase.

The first commit of this PR, 81816712e88235408af500d2f84880ffef65021c, updated src/ and tools/ without altering the test suite, and the new black step on CircleCI passed. The second commit, cd7a1c5c0fcd5eedd8cd48f4f495c68a19ec1e1e, applied black to the test suite as well.