Skip to content

Commit 67b6850

Browse files
authored
update pre-commit versions by running autoupdate (#33)
1 parent 9600dbf commit 67b6850

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: "24.10.0"
3+
rev: "25.1.0"
44
hooks:
55
- id: black
66

77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.6.9
8+
rev: v0.11.10
99
hooks:
1010
- id: ruff
1111
name: "ruff for tiledbsoma_ml"
1212
args: ["--config=pyproject.toml"]
1313

1414
- repo: https://github.com/PyCQA/docformatter
15-
rev: 06907d0 # https://github.com/PyCQA/docformatter/pull/287
15+
rev: v1.7.7 # https://github.com/PyCQA/docformatter/pull/287
1616
hooks:
1717
- id: docformatter
1818
args: [
@@ -23,7 +23,7 @@ repos:
2323
]
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.12.0
26+
rev: v1.15.0
2727
hooks:
2828
- id: mypy
2929
pass_filenames: false

0 commit comments

Comments
 (0)