Skip to content

Commit ab05ff0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.9...v0.15.10) - [github.com/streetsidesoftware/cspell-cli: v9.8.0 → v10.0.0](streetsidesoftware/cspell-cli@v9.8.0...v10.0.0)
1 parent c09f124 commit ab05ff0

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.10
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)