Skip to content

Commit 959d404

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.11.12](astral-sh/ruff-pre-commit@v0.9.9...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5)
1 parent 6b0315c commit 959d404

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.11.12
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.0
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [
@@ -100,7 +100,7 @@ repos:
100100
exclude_types: [jupyter]
101101
exclude: ^docs/(.*/)?images/
102102
- repo: https://github.com/rstcheck/rstcheck
103-
rev: v6.2.4
103+
rev: v6.2.5
104104
hooks:
105105
- id: rstcheck
106106
exclude: ^THIRD_PARTY_SOFTWARE.rst$

0 commit comments

Comments
 (0)