We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f75b62 + 7b34722 commit c877b4fCopy full SHA for c877b4f
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
files: requirements-dev.txt
15
16
- repo: https://github.com/psf/black
17
- rev: 23.12.1
+ rev: 24.1.1
18
hooks:
19
- id: black
20
language_version: python3
@@ -45,12 +45,12 @@ repos:
45
- id: add-trailing-comma
46
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: v0.1.9
+ rev: v0.2.0
49
50
- id: ruff
51
52
- repo: https://github.com/tox-dev/pyproject-fmt
53
- rev: 1.5.3
+ rev: 1.7.0
54
55
- id: pyproject-fmt
56
ctd/__init__.py
@@ -3,7 +3,6 @@
3
data pre-processing and analysis.
4
"""
5
6
-
7
from .plotting import plot_cast
8
from .processing import (
9
bindata,
0 commit comments