PSLmodels / taxdata

The TaxData project prepares microdata for use with the Tax-Calculator microsimulation project.
http://pslmodels.github.io/taxdata/
Other
20 stars 30 forks source link

Code style improvement #422

Closed bodiyang closed 1 year ago

bodiyang commented 1 year ago

after running 'make cstest', many code style issues appear need to be solved (e.g. line too long)

jdebacker commented 1 year ago

How about using Black to automate the code formatting? A GH Action test can be set to ensure contributors keep the code style consistent.

Bodi - would you be ok with that? If so, I can make changes in a way they won't contaminate the whole git blame.

bodiyang commented 1 year ago

How about using Black to automate the code formatting? A GH Action test can be set to ensure contributors keep the code style consistent.

Bodi - would you be ok with that? If so, I can make changes in a way they won't contaminate the whole git blame.

Yes Jason, I'll open a PR on this later