Skip to content

Commit c877b4f

Browse files
authored
Merge pull request #203 from pyoceans/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 5f75b62 + 7b34722 commit c877b4f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
files: requirements-dev.txt
1515

1616
- repo: https://github.com/psf/black
17-
rev: 23.12.1
17+
rev: 24.1.1
1818
hooks:
1919
- id: black
2020
language_version: python3
@@ -45,12 +45,12 @@ repos:
4545
- id: add-trailing-comma
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.1.9
48+
rev: v0.2.0
4949
hooks:
5050
- id: ruff
5151

5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: 1.5.3
53+
rev: 1.7.0
5454
hooks:
5555
- id: pyproject-fmt
5656

ctd/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
data pre-processing and analysis.
44
"""
55

6-
76
from .plotting import plot_cast
87
from .processing import (
98
bindata,

0 commit comments

Comments
 (0)