Skip to content

Commit bd0caa1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5) - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.7...v0.11.13)
1 parent 8b1a9c5 commit bd0caa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_stages:
77
minimum_pre_commit_version: 3.0.0
88
repos:
99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.15.0
10+
rev: v1.16.0
1111
hooks:
1212
- id: mypy
1313
additional_dependencies: [numpy>=1.25.0]
@@ -42,7 +42,7 @@ repos:
4242
- id: check-yaml
4343
- id: check-toml
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.19.1
45+
rev: v3.20.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
@@ -52,7 +52,7 @@ repos:
5252
- id: blacken-docs
5353
additional_dependencies: [black==23.1.0]
5454
- repo: https://github.com/rstcheck/rstcheck
55-
rev: v6.2.4
55+
rev: v6.2.5
5656
hooks:
5757
- id: rstcheck
5858
additional_dependencies: [toml, sphinx]
@@ -63,7 +63,7 @@ repos:
6363
- id: doc8
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
6565
# Ruff version.
66-
rev: v0.11.7
66+
rev: v0.11.13
6767
hooks:
6868
- id: ruff
6969
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)