Merge pull request #19394 from FreeCAD/pre-commit-ci-update-config
Update Black to 25.1.0 so that it is in sync with the CI. Updates code to correspond to new Black standards, mostly changing the Addon Manager to eliminate spaces around docstrings.
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
Return value are list of vectors, 3 vectors define a facet.
|
||||
|
||||
Sample code for creating a mesh:
|
||||
facets = Cube(3.0, 4.0, 5.0)
|
||||
m = Mesh.newMesh()
|
||||
m.addFacets(facets)
|
||||
facets = Cube(3.0, 4.0, 5.0)
|
||||
m = Mesh.newMesh()
|
||||
m.addFacets(facets)
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user