Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 6930f63

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 2.1.1 → 2.1.3](python-poetry/poetry@2.1.1...2.1.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.9...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5)
1 parent 9ed6091 commit 6930f63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/python-poetry/poetry
15-
rev: 2.1.1
15+
rev: 2.1.3
1616
hooks:
1717
- id: poetry-check
1818
args: [--lock]
@@ -22,7 +22,7 @@ repos:
2222
- id: pycln
2323
args: [--config=pyproject.toml]
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.9.9
25+
rev: v0.12.2
2626
hooks:
2727
- id: ruff
2828
args:
@@ -31,7 +31,7 @@ repos:
3131
# - --unsafe-fixes
3232
- id: ruff-format
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.15.0
34+
rev: v1.16.1
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [
@@ -98,7 +98,7 @@ repos:
9898
exclude_types: [jupyter]
9999
exclude: ^docs/(.*/)?images/
100100
- repo: https://github.com/rstcheck/rstcheck
101-
rev: v6.2.4
101+
rev: v6.2.5
102102
hooks:
103103
- id: rstcheck
104104
exclude: ^THIRD_PARTY_SOFTWARE.rst$

0 commit comments

Comments
 (0)