Code style in Python modules?

Is there some preferred style for Python code in extensions? What tools (e.g. black) can enforce it?

1 Like

So far we have this: Style Guide — 3D Slicer documentation

It would be best for extensions to follow the same rules as the core.

2 Likes