Skip to content

Commit 1bd0592

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.17 → v0.15.18](astral-sh/ruff-pre-commit@v0.15.17...v0.15.18) - [github.com/streetsidesoftware/cspell-cli: v10.0.0 → v10.0.1](streetsidesoftware/cspell-cli@v10.0.0...v10.0.1)
1 parent d9b22e6 commit 1bd0592

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.17
19+
rev: v0.15.18
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: v10.0.0
27+
rev: v10.0.1
2828
hooks:
2929
- id: cspell # Spell check changed files

0 commit comments

Comments
 (0)