open-forest-observatory / geograypher

Multiview Semantic Reasoning with Geospatial Data
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Add github actions to automatically sort inputs and format code #65

Closed russelldj closed 4 months ago

russelldj commented 5 months ago

We want this code to be formatted with isort and black as described in the CONTRIBUTING.md document. It would be nice to automatically enforce this process using github actions. I know there is one for black, I assume the same exists for isort.

asidhu0 commented 5 months ago

I'd like to take this as one of my first issues to tackle. I'll begin by creating the .yaml file for black and getting that to work and looking into how to do it for isort also.

russelldj commented 5 months ago

Sounds good