Skip to content

Commit d501d15

Browse files
authored
Merge pull request #401 from common-workflow-language/dependabot/pip/black-eq-26.star
2 parents edddbc8 + f96a7b8 commit d501d15

28 files changed

Lines changed: 29 additions & 12 deletions

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ af096c2301d5ae81daa41bf0b96417cebda76d05
66

77
# black 2025 + isort
88
512ad4373d78412a12a8301f5efeef8a31e669e7
9+
10+
# black 2026 + isort
11+
1bb5e300cd86535004f14e0e40d7bc6ad17d3e87

cwl_utils/__meta__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# SPDX-License-Identifier: Apache-2.0
22
"""Global version number for the cwl_utils package."""
3+
34
__version__ = "0.41"

cwl_utils/cwl_v1_0_expression_refactor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33
# Copyright 2018-2021 Michael R. Crusoe
44
"""CWL Expression refactoring tool for CWL v1.0 ."""
5+
56
import copy
67
import hashlib
78
import uuid

cwl_utils/cwl_v1_1_expression_refactor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33
# Copyright 2018-2021 Michael R. Crusoe
44
"""CWL Expression refactoring tool for CWL v1.1 ."""
5+
56
import copy
67
import hashlib
78
import uuid

cwl_utils/cwl_v1_2_expression_refactor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33
# Copyright 2018-2021 Michael R. Crusoe
44
"""CWL Expression refactoring tool for CWL v1.2 ."""
5+
56
import copy
67
import hashlib
78
import uuid

cwl_utils/expression.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
"""CWL Expression parsing."""
3+
34
import asyncio
45
import inspect
56
import json

cwl_utils/expression_refactor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33
# Copyright 2018-2021 Michael R. Crusoe
44
"""CWL Expression refactoring tool for CWL."""
5+
56
import argparse
67
import logging
78
import shutil

cwl_utils/file_formats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
For more information, please visit https://www.commonwl.org/user_guide/16-file-formats/
66
"""
77

8-
98
from rdflib import OWL, RDFS, Graph, URIRef
109
from schema_salad.exceptions import ValidationException
1110
from schema_salad.utils import aslist, json_dumps

cwl_utils/image_puller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
"""Classes for docker-extract."""
3+
34
import logging
45
import subprocess # nosec
56
from abc import ABC, abstractmethod

cwl_utils/inputs_schema_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Copyright 2024 Alexis Lucattini
55

66
"""Generate JSON Schema from CWL inputs object."""
7+
78
import argparse
89
import json
910
import logging

0 commit comments

Comments
 (0)