Skip to content

Commit 8dba58f

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.15.9](astral-sh/ruff-pre-commit@v0.9.9...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [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 625b5c3 commit 8dba58f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.15.9
2121
hooks:
2222
- id: ruff
2323
args:
@@ -61,13 +61,13 @@ repos:
6161
types: [python]
6262
exclude: ^(devtools|docs)/
6363
- repo: https://github.com/codespell-project/codespell
64-
rev: v2.4.1
64+
rev: v2.4.2
6565
hooks:
6666
- id: codespell
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)