Skip to content

Commit 602db3c

Browse files
[pre-commit.ci] pre-commit autoupdate (#343)
updates: - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Wouter-Michiel Vierdag <[email protected]>
1 parent 0b3044a commit 602db3c

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,13 +7,13 @@ default_stages:
77
minimum_pre_commit_version: 2.9.3
88
repos:
99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.14.1
10+
rev: v1.15.0
1111
hooks:
1212
- id: mypy
1313
additional_dependencies: [numpy>=1.23]
1414
exclude: docs
1515
- repo: https://github.com/psf/black
16-
rev: 24.10.0
16+
rev: 25.1.0
1717
hooks:
1818
- id: black
1919
additional_dependencies: [toml]
@@ -49,7 +49,7 @@ repos:
4949
hooks:
5050
- id: blacken-docs
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.9.2
52+
rev: v0.9.6
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)