Skip to content

Commit 1a31640

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.12.11](astral-sh/ruff-pre-commit@v0.9.9...v0.12.11) - [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/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5)
1 parent da8ccf6 commit 1a31640

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.9.9
20+
rev: v0.12.11
2121
hooks:
2222
- id: ruff
2323
args:
@@ -67,7 +67,7 @@ repos:
6767
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
6868
entry: codespell -I .codespellignore
6969
- repo: https://github.com/pre-commit/pre-commit-hooks
70-
rev: v5.0.0
70+
rev: v6.0.0
7171
hooks:
7272
- id: trailing-whitespace
7373
exclude: \.mdj$
@@ -96,7 +96,7 @@ repos:
9696
exclude_types: [jupyter]
9797
exclude: ^docs/.*/images/
9898
- repo: https://github.com/rstcheck/rstcheck
99-
rev: v6.2.4
99+
rev: v6.2.5
100100
hooks:
101101
- id: rstcheck
102102
exclude: ^THIRD_PARTY_SOFTWARE.rst$

0 commit comments

Comments
 (0)