Skip to content

Commit fa4b623

Browse files
chore(pre-commit): ⬆ pre_commit autoupdate (#792)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c9dede7 commit fa4b623

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
@@ -32,7 +32,7 @@ repos:
3232
args: ["--print-width=120"]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.15.4
35+
rev: v0.15.5
3636
hooks:
3737
- id: ruff-check
3838
args: [--fix]
@@ -51,7 +51,7 @@ repos:
5151
args: ["--number"]
5252

5353
- repo: https://github.com/codespell-project/codespell
54-
rev: v2.4.1
54+
rev: v2.4.2
5555
hooks:
5656
- id: codespell
5757
# args: [--write-changes]

0 commit comments

Comments
 (0)