Skip to content

Commit 8ccbf32

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...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 314328f commit 8ccbf32

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
@@ -16,12 +16,12 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.15.4"
19+
rev: "v0.15.5"
2020
hooks:
2121
- id: ruff-format
2222
- id: ruff-check
2323
args: ["--fix", "--show-fixes"]
2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.4.1
25+
rev: v2.4.2
2626
hooks:
2727
- id: codespell

0 commit comments

Comments
 (0)