Skip to content

Commit f53ed87

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.6](astral-sh/ruff-pre-commit@v0.14.14...v0.15.6)
1 parent a1d86eb commit f53ed87

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
@@ -20,13 +20,13 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.4.1
23+
rev: v2.4.2
2424
hooks:
2525
- id: codespell
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.14.14
29+
rev: v0.15.6
3030
hooks:
3131
# Run the linter.
3232
- id: ruff

0 commit comments

Comments
 (0)