Skip to content

Commit 46fdf07

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...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)
1 parent ee3f714 commit 46fdf07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: pycln
2222
args: [--config=pyproject.toml]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.7
24+
rev: v0.12.11
2525
hooks:
2626
- id: ruff
2727
args:
@@ -70,7 +70,7 @@ repos:
7070
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
7171
entry: codespell -I .codespellignore
7272
- repo: https://github.com/pre-commit/pre-commit-hooks
73-
rev: v5.0.0
73+
rev: v6.0.0
7474
hooks:
7575
- id: trailing-whitespace
7676
exclude: \.mdj$

0 commit comments

Comments
 (0)