Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#88)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)

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

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 20cb76c commit ee0560e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ repos:
- id: check-added-large-files
# Code formatting with black
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
3 changes: 1 addition & 2 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# SPDX-License-Identifier: Apache-2.0


"""SalishSeaCmd combine sub-command plug-in unit tests
"""
"""SalishSeaCmd combine sub-command plug-in unit tests"""
from unittest.mock import Mock, patch

import cliff.app
Expand Down
3 changes: 1 addition & 2 deletions tests/test_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# SPDX-License-Identifier: Apache-2.0


"""SalishSeaCmd prepare sub-command plug-in unit tests
"""
"""SalishSeaCmd prepare sub-command plug-in unit tests"""
import os
from pathlib import Path
from unittest.mock import call, Mock, patch
Expand Down
3 changes: 1 addition & 2 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# SPDX-License-Identifier: Apache-2.0


"""SalishSeaCmd run sub-command plug-in unit tests
"""
"""SalishSeaCmd run sub-command plug-in unit tests"""
import logging
import os
import shlex
Expand Down
3 changes: 1 addition & 2 deletions tests/test_split_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# SPDX-License-Identifier: Apache-2.0


"""SalishSeaCmd split-results sub-command plug-in unit tests
"""
"""SalishSeaCmd split-results sub-command plug-in unit tests"""
from pathlib import Path
from types import SimpleNamespace
from unittest.mock import Mock, patch
Expand Down

0 comments on commit ee0560e

Please sign in to comment.