Skip to content

Commit 22019ff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [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/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [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.21.0](asottile/pyupgrade@v3.19.1...v3.21.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.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.14.0](astral-sh/ruff-pre-commit@v0.11.7...v0.14.0)
1 parent 89a7936 commit 22019ff

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 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: v1.18.2
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: 25.9.0
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: 7.0.0
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,28 +42,28 @@ repos:
4242
- id: check-yaml
4343
- id: check-toml
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.19.1
45+
rev: v3.21.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
4949
- repo: https://github.com/asottile/blacken-docs
50-
rev: 1.19.1
50+
rev: 1.20.0
5151
hooks:
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.14.0
6767
hooks:
6868
- id: ruff
6969
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)