[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 f192259824
commit c8b72c144e
51 changed files with 75 additions and 76 deletions

View File

@@ -20,7 +20,7 @@
# * *
# ***************************************************************************
""" Used to create CNC machine fixture offsets such as G54,G55, etc..."""
"""Used to create CNC machine fixture offsets such as G54,G55, etc..."""
import FreeCAD
import FreeCADGui

View File

@@ -21,7 +21,7 @@
# * *
# ***************************************************************************
"""Selection gates and observers to control selectability while building Path operations """
"""Selection gates and observers to control selectability while building Path operations"""
import FreeCAD
import FreeCADGui

View File

@@ -21,7 +21,7 @@
# ***************************************************************************
"""Post Process command that will make use of the Output File and Post
Processor entries in PathJob """
Processor entries in PathJob"""
import FreeCAD

View File

@@ -19,7 +19,7 @@
# * USA *
# * *
# ***************************************************************************
"""PathUtils -common functions used in PathScripts for filtering, sorting, and generating gcode toolpath data """
"""PathUtils -common functions used in PathScripts for filtering, sorting, and generating gcode toolpath data"""
import FreeCAD
from FreeCAD import Vector