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:
@@ -20,7 +20,7 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
""" Class and methods to migrate old FEM Gui objects
|
||||
"""Class and methods to migrate old FEM Gui objects
|
||||
|
||||
see module end as well as forum topic
|
||||
https://forum.freecad.org/viewtopic.php?&t=46218
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
""" Execute Solver and obtain Reports and Results.
|
||||
"""Execute Solver and obtain Reports and Results.
|
||||
|
||||
Integral part of the Solver Framework which contains components responsible for
|
||||
executing the solver in the background. Also provides an asynchronous
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
""" Query FEM specific settings including solver settings.
|
||||
"""Query FEM specific settings including solver settings.
|
||||
|
||||
Query settings from the hierarchically organized settings/parameter system of
|
||||
FreeCAD related to the FEM module. The collection of independent functions use
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
""" Collection of natural constants for the Fem module.
|
||||
"""Collection of natural constants for the Fem module.
|
||||
|
||||
This module contains natural constants for the Fem module.
|
||||
All constants are in SI units.
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
""" Collection of functions for the Fem module.
|
||||
"""Collection of functions for the Fem module.
|
||||
|
||||
This module contains function for extracting relevant parts of geometry and
|
||||
a few unrelated function useful at various places in the Fem module.
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
""" Collection of functions for the Fem module.
|
||||
"""Collection of functions for the Fem module.
|
||||
|
||||
This module contains function for managing a analysis and all the different
|
||||
types of objects it contains, helper for executing a simulation.
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
""" Class and methods to migrate old FEM App objects
|
||||
"""Class and methods to migrate old FEM App objects
|
||||
|
||||
see module end as well as forum topic
|
||||
https://forum.freecad.org/viewtopic.php?&t=46218
|
||||
|
||||
Reference in New Issue
Block a user