Skip to content

Commit 37d1063

Browse files
[pre-commit.ci] pre-commit autoupdate (#50)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1b63200 commit 37d1063

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)