Georgia-Tech-Off-Road / GTORDaata

1 stars 1 forks source link

Make a check style for DAATA GUI python code #21

Open randomzebra opened 1 year ago

randomzebra commented 1 year ago

This is a reach, and is low prioirty

Ian-Boraks commented 1 year ago

We should just use Black: https://black.readthedocs.io/en/stable/

The most restrictive auto formatter. Makes all code look the same, and is built in to the python package in VSCode