Skip to content

Commit d2dc560

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.1](pre-commit/mirrors-mypy@v1.19.1...v1.20.1) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.11](astral-sh/ruff-pre-commit@v0.14.10...v0.15.11)
1 parent a5b423f commit d2dc560

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.19.1
10+
rev: v1.20.1
1111
hooks:
1212
- id: mypy
1313
additional_dependencies: [numpy>=1.23]
1414
exclude: docs
1515
- repo: https://github.com/psf/black-pre-commit-mirror
16-
rev: 25.12.0
16+
rev: 26.3.1
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.14.10
52+
rev: v0.15.11
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)