Skip to content

Commit c0f2cf5

Browse files
committed
update dependencies
1 parent 9a1bea5 commit c0f2cf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.13.1"
23+
rev: "v0.14.1"
2424
hooks:
2525
# first, lint + autofix
2626
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ notebook = ["jupyterlab>=4.1.2"]
4040
plot = ["matplotlib>=3.8.3", "seaborn>=0.13.2"]
4141
dev = [
4242
"pytest>=8.4.2",
43-
"ruff>=0.13.1",
43+
"ruff>=0.14.1",
4444
"pre-commit>=4.3.0",
4545
"mypy>=1.18.2",
4646
"pytest-cov>=7.0.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)