Skip to content

Commit 409b50e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.5.4](astral-sh/ruff-pre-commit@v0.4.4...v0.5.4) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 7bb25e3 commit 409b50e

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
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: sort-all
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.4.4
30+
rev: v0.5.4
3131
hooks:
3232
- id: ruff
3333
- id: ruff-format
@@ -61,7 +61,7 @@ repos:
6161
args: [--wrap, "88"]
6262
files: (README\.md)
6363
- repo: https://github.com/codespell-project/codespell
64-
rev: v2.2.6
64+
rev: v2.3.0
6565
hooks:
6666
- id: codespell
6767
- repo: meta

0 commit comments

Comments
 (0)