Skip to content

Commit afe4c8b

Browse files
[pre-commit.ci] pre-commit autoupdate (#3171)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...v0.15.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/uv-pre-commit: 0.10.7 → 0.10.9](astral-sh/uv-pre-commit@0.10.7...0.10.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6778130 commit afe4c8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ repos:
1515
args: [--fix=lf]
1616
- id: check-case-conflict
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.15.4
18+
rev: v0.15.5
1919
hooks:
2020
- id: ruff-check
2121
args: ["--fix", "--exit-non-zero-on-fix"]
2222
- id: ruff-format
2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.4.1
24+
rev: v2.4.2
2525
hooks:
2626
- id: codespell
2727
additional_dependencies:
2828
- tomli
2929
- repo: https://github.com/astral-sh/uv-pre-commit
30-
rev: 0.10.7
30+
rev: 0.10.9
3131
hooks:
3232
- id: uv-lock
3333

0 commit comments

Comments
 (0)