Skip to content

Commit 12d840d

Browse files
[pre-commit.ci] pre-commit autoupdate (#54)
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6526b84 commit 12d840d

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
@@ -33,15 +33,15 @@ repos:
3333

3434
# Spelling hook
3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.3.0
36+
rev: v2.4.1
3737
hooks:
3838
- id: codespell
3939
additional_dependencies:
4040
- tomli
4141

4242
# Lint code using ruff
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.8.6
44+
rev: v0.11.4
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)