Skip to content

Commit 46bac91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.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/PyCQA/doc8: v1.1.2 → v2.0.0](PyCQA/doc8@v1.1.2...v2.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.12.10](astral-sh/ruff-pre-commit@v0.11.7...v0.12.10)
1 parent 89a7936 commit 46bac91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.17.1
1111
hooks:
1212
- id: mypy
1313
additional_dependencies: [numpy>=1.25.0]
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: [toml]
3030
args: [--order-by-type]
3131
- repo: https://github.com/pre-commit/pre-commit-hooks
32-
rev: v5.0.0
32+
rev: v6.0.0
3333
hooks:
3434
- id: check-merge-conflict
3535
- id: check-ast
@@ -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,18 +52,18 @@ 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]
5959
args: [--config=pyproject.toml]
6060
- repo: https://github.com/PyCQA/doc8
61-
rev: v1.1.2
61+
rev: v2.0.0
6262
hooks:
6363
- id: doc8
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
6565
# Ruff version.
66-
rev: v0.11.7
66+
rev: v0.12.10
6767
hooks:
6868
- id: ruff
6969
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)