Skip to content

Commit 127f3d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v2.3.0](pre-commit/mirrors-mypy@v1.15.0...v2.3.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1) - [github.com/PyCQA/isort: 6.0.1 → 9.0.0b2](PyCQA/isort@6.0.1...9.0.0b2) - [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/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.3.0](rstcheck/rstcheck@v6.2.4...v6.3.0) - [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.16.2](astral-sh/ruff-pre-commit@v0.11.7...v0.16.2)
1 parent 915643e commit 127f3d4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ 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: v2.3.0
1111
hooks:
1212
- id: mypy
1313
additional_dependencies: [numpy>=1.25.0]
1414
files: ^src
15-
- repo: https://github.com/psf/black
16-
rev: 25.1.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 26.5.1
1717
hooks:
1818
- id: black
1919
additional_dependencies: [toml]
@@ -23,13 +23,13 @@ repos:
2323
- id: prettier
2424
language_version: system
2525
- repo: https://github.com/PyCQA/isort
26-
rev: 6.0.1
26+
rev: 9.0.0b2
2727
hooks:
2828
- id: isort
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,23 +42,23 @@ repos:
4242
- id: check-yaml
4343
- id: check-toml
4444
- repo: https://github.com/asottile/blacken-docs
45-
rev: 1.19.1
45+
rev: 1.20.0
4646
hooks:
4747
- id: blacken-docs
4848
additional_dependencies: [black==23.1.0]
4949
- repo: https://github.com/rstcheck/rstcheck
50-
rev: v6.2.4
50+
rev: v6.3.0
5151
hooks:
5252
- id: rstcheck
5353
additional_dependencies: [toml, sphinx]
5454
args: [--config=pyproject.toml]
5555
- repo: https://github.com/PyCQA/doc8
56-
rev: v1.1.2
56+
rev: v2.0.0
5757
hooks:
5858
- id: doc8
5959
- repo: https://github.com/astral-sh/ruff-pre-commit
6060
# Ruff version.
61-
rev: v0.11.7
61+
rev: v0.16.2
6262
hooks:
6363
- id: ruff
6464
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)