Skip to content

Commit 000aa75

Browse files
chore(dev): update pre-commit hooks (#297)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.11](astral-sh/ruff-pre-commit@v0.15.9...v0.15.11) - [github.com/streetsidesoftware/cspell-cli: v9.8.0 → v10.0.0](streetsidesoftware/cspell-cli@v9.8.0...v10.0.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e9ef191 commit 000aa75

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
@@ -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.15.9
19+
rev: v0.15.11
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.8.0
27+
rev: v10.0.0
2828
hooks:
2929
- id: cspell # Spell check changed files

0 commit comments

Comments
 (0)