qurit / rt-utils

A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
MIT License
191 stars 56 forks source link

Add Code Formatter #40

Closed awtkns closed 2 years ago

awtkns commented 2 years ago

This PR introduces a code formatter to rt-utils. This should help to increase code consistency throughout the codebase.

I've also added a github action to check formatting on each PR.

How to run the formatter:

pip install black
black .

Curious on thoughts @asim-shrestha ?

asim-shrestha commented 2 years ago

Looks good. Its been in need of formatting.