Skip to content

Commit 2405ad6

Browse files
Merge pull request #335 from scverse/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 80b6318 + ffeeea2 commit 2405ad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/rbubley/mirrors-prettier
10-
rev: v3.6.2
10+
rev: v3.7.4
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.14.1
14+
rev: v0.14.10
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
1818
- id: ruff-format
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.18.2
20+
rev: v1.19.1
2121
hooks:
2222
- id: mypy
2323
additional_dependencies: [numpy, types-PyYAML]

0 commit comments

Comments
 (0)