Skip to content

Commit 29d7479

Browse files
Bump black from 25.1.0 to 26.3.1 (#70)
* Bump black from 25.1.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 25.1.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update requirements.txt * format --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: osinjoku <49887472+osinjoku@users.noreply.github.com> Co-authored-by: Osi Njoku <osi.njoku@autodesk.com>
1 parent c9e8a43 commit 29d7479

9 files changed

Lines changed: 3 additions & 9 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
black==25.1.0
1+
black==26.3.1
22
build==1.2.2.post1
33
coverage==7.6.12
44
docopt==0.6.2
55
packaging==24.2
6-
pathspec==0.12.1
6+
pathspec==1.0.4
77
polib==1.2.0
88
pre-commit==4.2.0
99
pydata-sphinx-theme==0.16.1

run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
import polib
7272
from packaging.version import InvalidVersion, Version
7373

74-
7574
WINDOWS = platform.system() == 'Windows'
7675
ENCODING = 'utf-8'
7776
SITE_PACKAGES = 'moldflow-site-packages'

src/moldflow/com_proxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from .common import LogMessage
1414
from .errors import raise_attribute_error
1515

16-
1716
# ------------------------------------------------------------------
1817
# Helper: Verify COM attribute existence
1918
# ------------------------------------------------------------------

src/moldflow/i18n.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import gettext
1212
from typing import Callable
1313

14-
1514
_translator: Callable[[str], str] | None = None
1615

1716

src/moldflow/version_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from importlib.metadata import version, PackageNotFoundError
1919
from typing import Tuple, Optional
2020

21-
2221
# Module-level constants to avoid repeated literals and improve maintainability
2322
PACKAGE_NAME = "moldflow"
2423
NO_UPDATE_ENV_VAR = "MOLDFLOW_API_NO_UPDATE_CHECK"

tests/api/integration_tests/data_generation/generate_data_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from tests.api.integration_tests.conftest import STUDY_FILES
3535
from tests.api.integration_tests.data_generation.generate_data_logger import generate_data_logger
3636

37-
3837
WINDOWS = platform.system() == 'Windows'
3938

4039

tests/api/integration_tests/test_suite_ent_list/test_integration_ent_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from moldflow import EntList, Synergy
1313
from tests.api.integration_tests.constants import FileSet
1414

15-
1615
TEST_ENTITY_LIST_PARAMETERS = [
1716
("select_from_string", "item_string"),
1817
("select_from_predicate", "item_predicate"),

tests/api/integration_tests/test_suite_property_editor/generate_expected_data_property_editor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
Returns a dict with relevant properties.
77
"""
88

9-
109
from moldflow import Synergy, PropertyEditor
1110
from tests.api.integration_tests.data_generation.generate_data_helper import generate_json
1211
from tests.api.integration_tests.constants import FileSet

tests/api/unit_tests/test_unit_boundary_conditions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"""
66
Test for BoundaryConditions Wrapper Class of moldflow-api module.
77
"""
8+
89
from unittest.mock import Mock, patch
910
from win32com.client import VARIANT
1011
import pythoncom

0 commit comments

Comments
 (0)