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:
Chris Hennes
2025-02-07 08:52:20 -06:00
committed by GitHub
52 changed files with 76 additions and 77 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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