refactor codebase to be compatible with some style guidelines. I ran
ruff check --fix scrunch for the linter
black scrunch for the formatter
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
refactor codebase to be compatible with some style guidelines. I ran
ruff check --fix scrunch
for the linterblack scrunch
for the formatterI 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