Skip to content

Commit

Permalink
Update formatter
Browse files Browse the repository at this point in the history
Setting formattter to 25.1
  • Loading branch information
kdp-cloud committed Jan 31, 2025
1 parent e88d28c commit 829cdee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mars-cli/mars_lib/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def is_valid_provider(cls, provider: str):


def load_credentials(
credentials_file: Union[io.TextIOWrapper, str]
credentials_file: Union[io.TextIOWrapper, str],
) -> dict[str, dict[str, str]]:
"""
Validate the credentials.
Expand Down
4 changes: 2 additions & 2 deletions mars-cli/mars_lib/isa_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def add_accession_to_data_file_node(node: DataFile, accession_number: str) -> No


def create_accession_characteristic_category(
node: Union[Study, Assay]
node: Union[Study, Assay],
) -> Tuple[str, MaterialAttribute]:
"""
creates a new characteristic category for the accession number.
Expand Down Expand Up @@ -348,7 +348,7 @@ def fetch_existing_accession_data_file_comment(node: DataFile) -> Comment:


def fetch_existing_characteristic_category(
node: Union[Study, Assay]
node: Union[Study, Assay],
) -> Tuple[str, MaterialAttribute]:
"""
Fetches the existing characteristic category for the accession number.
Expand Down
2 changes: 1 addition & 1 deletion mars-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run(self):
extras_require={
"test": [
# Dependencies for testing only
"black",
"black == 25.1.*",
"ruff",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 829cdee

Please sign in to comment.