Skip to content

Commit 5813fce

Browse files
[pre-commit.ci] pre-commit autoupdate (#251)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 92e4dfa commit 5813fce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
- id: prettier
2222
types_or: [yaml, json, markdown]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: "v0.14.10"
24+
rev: "v0.15.9"
2525
hooks:
2626
- id: ruff-format
2727
- id: ruff-check
2828
args: [--fix]
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.4.1
30+
rev: v2.4.2
3131
hooks:
3232
- id: codespell
3333
files: ^.*\.(py|md|rst|yml)$

0 commit comments

Comments
 (0)