ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
20 stars 33 forks source link

Auto-format code with black #184

Closed manics closed 2 years ago

manics commented 4 years ago

Closes https://github.com/ome/omero-py/issues/2

Opening for discussion.

In future code can be formatted by running pre-commit run --all-files locally.

--exclude Since this will otherwise conflict with everything!

sbesson commented 2 years ago

Closing for now as this is conflicting and will need additional work/considerations if we want to introduce black