Skip to content

Commit b821ffd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 1b63200 commit b821ffd

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
@@ -25,15 +25,15 @@ repos:
2525

2626
# Python file formatting
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.4
28+
rev: v0.15.9
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
3232
- id: ruff-format
3333

3434
# Spelling
3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.4.1
36+
rev: v2.4.2
3737
hooks:
3838
- id: codespell
3939

0 commit comments

Comments
 (0)