ArcanaFramework / arcana

Abstraction of Repository Centric ANAlysis
Other
4 stars 5 forks source link

[STORY] Pre-commit auto-formatting with black package #96

Closed tclose closed 2 years ago

tclose commented 2 years ago

Description

When multiple developers are working on the same code, differences in formatting styles can cause unnecessary merge conflicts and make the code more difficult to read. black can be configured as a pre-commit hook (see Pydra for an example) to avoid these issues by enforcing a strict formatting style.

Might also be worth looking at yapf

Acceptance Criteria

Blocked by