Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Matt Savoie <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and flamingbear authored Feb 20, 2025
1 parent 07d5c8c commit ea8836e
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.6
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black-jupyter
args: ["--skip-string-normalization"]
Expand Down
2 changes: 1 addition & 1 deletion test/geoloco/utilities.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""
""" "
Common utility functions used by the geoloco regression tests.
"""

Expand Down
6 changes: 3 additions & 3 deletions test/hoss/utilities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" A module containing utility functionality used by the Harmony OPeNDAP
SubSetter regression tests. These functions are kept out of the Jupyter
notebook to increase the readability of the regression test suite.
"""A module containing utility functionality used by the Harmony OPeNDAP
SubSetter regression tests. These functions are kept out of the Jupyter
notebook to increase the readability of the regression test suite.
"""

Expand Down
6 changes: 3 additions & 3 deletions test/shared_utils/utilities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" A module containing common functionality used by multiple
regression tests. These functions are kept out of the Jupyter notebook to
increase the readability of the regression test suite.
"""A module containing common functionality used by multiple
regression tests. These functions are kept out of the Jupyter notebook to
increase the readability of the regression test suite.
"""

Expand Down
2 changes: 1 addition & 1 deletion test/subset-band-name/subset_band_name_utitlities.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""
""" "
Utility functions used by the subset-band-name regression tests.
"""

Expand Down
6 changes: 3 additions & 3 deletions test/swath-projector/utilities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" A module containing utility functionality used by the Swath Projector
regression tests. These functions are kept out of the Jupyter notebook to
increase the readability of the regression test suite.
"""A module containing utility functionality used by the Swath Projector
regression tests. These functions are kept out of the Jupyter notebook to
increase the readability of the regression test suite.
"""

Expand Down
6 changes: 3 additions & 3 deletions test/trajectory-subsetter/local_utilities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" A module containing utility functionality used by the Trajectory Subsetter
regression tests. These functions are kept out of the Jupyter notebook to
increase the readability of the regression test suite.
"""A module containing utility functionality used by the Trajectory Subsetter
regression tests. These functions are kept out of the Jupyter notebook to
increase the readability of the regression test suite.
"""

Expand Down
6 changes: 3 additions & 3 deletions test/variable-subsetter/utilities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" A module containing utility functionality used by the Variable Subsetter
regression tests. These functions are kept out of the Jupyter notebook to
increase the readability of the regression test suite.
"""A module containing utility functionality used by the Variable Subsetter
regression tests. These functions are kept out of the Jupyter notebook to
increase the readability of the regression test suite.
"""

Expand Down

0 comments on commit ea8836e

Please sign in to comment.