archesproject / arches

Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories
GNU Affero General Public License v3.0
211 stars 140 forks source link

Integrate `black` into github actions #11028

Closed chrabyrd closed 1 month ago

chrabyrd commented 1 month ago

It seems pretty straightforward to integrate black into GH actions. Since we're already integrating a prettier, eslint, and typescript check, we should add that as well.

jacobtylerwalls commented 1 month ago

We did that in #10737, see output:

All done! ✨ 🍰 ✨ 933 files would be left unchanged.

chrabyrd commented 1 month ago

++ yep just missed that line I guess 🤦