Skip to content

Commit 50958b8

Browse files
[pre-commit.ci] pre-commit autoupdate (#535)
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 31b143e commit 50958b8

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
@@ -25,15 +25,15 @@ repos:
2525
- id: text-unicode-replacement-char
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.3.0
28+
rev: v2.4.0
2929
hooks:
3030
- id: codespell
3131
args: ["--write-changes"]
3232
additional_dependencies:
3333
- tomli
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: 'v0.9.2'
36+
rev: 'v0.9.3'
3737
hooks:
3838
- id: ruff
3939
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)