Skip to content

Commit 37fb5a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.14.3](astral-sh/ruff-pre-commit@v0.9.9...v0.14.3) - [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 37fb5a8

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,12 +12,12 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/hadialqattan/pycln
15-
rev: v2.5.0
15+
rev: v2.6.0
1616
hooks:
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.14.3
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)