Skip to content

Commit ee5d22a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.15.5](astral-sh/ruff-pre-commit@v0.13.2...v0.15.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent b544251 commit ee5d22a

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
@@ -6,7 +6,7 @@ exclude: |
66
)$
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.13.2
9+
rev: v0.15.5
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]
@@ -21,7 +21,7 @@ repos:
2121
- id: check-added-large-files
2222
- id: check-yaml
2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.4.1
24+
rev: v2.4.2
2525
hooks:
2626
- id: codespell
2727
args: ["--ignore-words-list", "crate,releas", "--skip", "*.svg"]

0 commit comments

Comments
 (0)