Skip to content

Commit d810fdc

Browse files
chore(dev): update pre-commit hooks (#294)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.13...v0.15.9) - [github.com/streetsidesoftware/cspell-cli: v9.4.0 → v9.8.0](streetsidesoftware/cspell-cli@v9.4.0...v9.8.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 60988d7 commit d810fdc

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
@@ -16,14 +16,14 @@ repos:
1616
exclude: '^\.yarn/releases/yarn.*js'
1717
args: ["--fix=lf"]
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.14.13
19+
rev: v0.15.9
2020
hooks:
2121
# Run the python linter.
2222
- id: ruff-check
2323
args: [ --fix ]
2424
# Run the python formatter.
2525
- id: ruff-format
2626
- repo: https://github.com/streetsidesoftware/cspell-cli
27-
rev: v9.4.0
27+
rev: v9.8.0
2828
hooks:
2929
- id: cspell # Spell check changed files

0 commit comments

Comments
 (0)