Skip to content

Commit 7e20c2a

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.12...v0.13.1) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 46a28c9 commit 7e20c2a

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
@@ -33,13 +33,13 @@ repos:
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.12.12
36+
rev: v0.13.1
3737
hooks:
3838
- id: ruff
3939
args: [ --fix, --exit-non-zero-on-fix ]
4040

4141
- repo: https://github.com/psf/black-pre-commit-mirror
42-
rev: 25.1.0
42+
rev: 25.9.0
4343
hooks:
4444
- id: black
4545
types: [python]
@@ -58,7 +58,7 @@ repos:
5858
- id: numpydoc-validation
5959

6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.17.1
61+
rev: v1.18.2
6262
hooks:
6363
- id: mypy
6464
args: [--ignore-missing-imports] # default but useful to be explicit

0 commit comments

Comments
 (0)