Skip to content

Commit 3b271f6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.4...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5)
1 parent 2dab443 commit 3b271f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: pycln
1818
args: [--config=pyproject.toml]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.4
20+
rev: v0.12.7
2121
hooks:
2222
- id: ruff
2323
args:
@@ -28,7 +28,7 @@ repos:
2828
- id: ruff-format
2929
exclude: ^docs/
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.15.0
31+
rev: v1.17.1
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [
@@ -95,7 +95,7 @@ repos:
9595
exclude_types: [jupyter]
9696
exclude: ^docs/(.*/)?images/
9797
- repo: https://github.com/rstcheck/rstcheck
98-
rev: v6.2.4
98+
rev: v6.2.5
9999
hooks:
100100
- id: rstcheck
101101
exclude: ^THIRD_PARTY_SOFTWARE.rst$

0 commit comments

Comments
 (0)