Skip to content

Commit ec627ec

Browse files
authored
Merge pull request #38 from theislab/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9848d7b + f21c313 commit ec627ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: prettier
1313

1414
- repo: https://github.com/tox-dev/pyproject-fmt
15-
rev: "2.2.4"
15+
rev: "v2.5.1"
1616
hooks:
1717
- id: pyproject-fmt
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.2
20+
rev: v0.11.2
2121
hooks:
2222
- id: ruff
2323
types_or: [python, pyi, jupyter]
@@ -26,7 +26,7 @@ repos:
2626
types_or: [python, pyi, jupyter]
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: detect-private-key
3232
- id: check-ast
@@ -49,7 +49,7 @@ repos:
4949
files: '.*\.rej$'
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.14.1
52+
rev: v1.15.0
5353
hooks:
5454
- id: mypy
5555
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)