[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-02-03 22:50:53 +00:00
parent 34a3d3d439
commit 17e17cccb5
51 changed files with 75 additions and 76 deletions

View File

@@ -21,7 +21,7 @@
# * *
# ***************************************************************************
""" Defines a QWidget-derived class for displaying the single-addon buttons. """
"""Defines a QWidget-derived class for displaying the single-addon buttons."""
from enum import Enum, auto

View File

@@ -21,7 +21,7 @@
# * *
# ***************************************************************************
""" Defines a QWidget-derived class for displaying the view selection buttons. """
"""Defines a QWidget-derived class for displaying the view selection buttons."""
from enum import IntEnum

View File

@@ -21,9 +21,9 @@
# * *
# ***************************************************************************
""" Defines a QWidget-derived class for displaying a set of buttons that affect the Addon
"""Defines a QWidget-derived class for displaying a set of buttons that affect the Addon
Manager as a whole (rather than a specific Addon). Typically inserted at the bottom of the Addon
Manager main window. """
Manager main window."""
try:
import FreeCAD

View File

@@ -21,7 +21,7 @@
# * *
# ***************************************************************************
""" Defines a QWidget-derived class for displaying the cache load status. """
"""Defines a QWidget-derived class for displaying the cache load status."""
try:
import FreeCAD

View File

@@ -21,7 +21,7 @@
# * *
# ***************************************************************************
""" Defines a QWidget-derived class for displaying the view selection buttons. """
"""Defines a QWidget-derived class for displaying the view selection buttons."""
try:
import FreeCAD

View File

@@ -21,7 +21,7 @@
# * *
# ***************************************************************************
""" Defines a class derived from QWidget for displaying the bar at the top of the addons list. """
"""Defines a class derived from QWidget for displaying the bar at the top of the addons list."""
from enum import IntEnum, auto

View File

@@ -21,7 +21,7 @@
# * *
# ***************************************************************************
""" Defines a QWidget-derived class for displaying the view selection buttons. """
"""Defines a QWidget-derived class for displaying the view selection buttons."""
from enum import IntEnum