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.
1 parent 9600dbf commit 67b6850Copy full SHA for 67b6850
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: "24.10.0"
+ rev: "25.1.0"
4
hooks:
5
- id: black
6
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.6.9
+ rev: v0.11.10
9
10
- id: ruff
11
name: "ruff for tiledbsoma_ml"
12
args: ["--config=pyproject.toml"]
13
14
- repo: https://github.com/PyCQA/docformatter
15
- rev: 06907d0 # https://github.com/PyCQA/docformatter/pull/287
+ rev: v1.7.7 # https://github.com/PyCQA/docformatter/pull/287
16
17
- id: docformatter
18
args: [
@@ -23,7 +23,7 @@ repos:
23
]
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.12.0
+ rev: v1.15.0
27
28
- id: mypy
29
pass_filenames: false
0 commit comments