Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #151

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ repos:
args: ["--maxkb=500"]

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black-jupyter
language_version: python3

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args:
Expand Down
3 changes: 1 addition & 2 deletions hypercoast/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
#
# SPDX-License-Identifier: MIT

"""The common module contains common functions and classes used by the other modules.
"""
"""The common module contains common functions and classes used by the other modules."""

import os
import leafmap
Expand Down
3 changes: 1 addition & 2 deletions hypercoast/pace.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
#
# SPDX-License-Identifier: MIT

"""This module contains functions to read and process PACE data.
"""
"""This module contains functions to read and process PACE data."""

import numpy as np
import xarray as xr
Expand Down
3 changes: 1 addition & 2 deletions hypercoast/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
#
# SPDX-License-Identifier: MIT

"""This module contains the user interface for the hypercoast package.
"""
"""This module contains the user interface for the hypercoast package."""

import os
import ipyleaflet
Expand Down