Crunch-io / scrunch

Pythonic scripting library for cleaning data in Crunch
GNU Lesser General Public License v3.0
5 stars 6 forks source link

Run ruff on codebase #468

Open aless10 opened 3 months ago

aless10 commented 3 months ago

refactor codebase to be compatible with some style guidelines. I ran

I would like to use ruff also for the formatter, but it breaks pyt2 compatibility in one case, the kwargs trailing comma. Next, I am going to add some pre commit hooks that reflect what I did here