Skip to content

Commit d02cd51

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.10...v0.12.2) - [github.com/streetsidesoftware/cspell-cli: v8.17.3 → v9.0.1](streetsidesoftware/cspell-cli@v8.17.3...v9.0.1)
1 parent a266689 commit d02cd51

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
@@ -22,13 +22,13 @@ repos:
2222
- id: removestar
2323
args: [--in-place, pyprojectsort]
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.9.10"
25+
rev: "v0.12.2"
2626
hooks:
2727
- id: ruff
2828
args: [--fix]
2929
- id: ruff-format
3030
- repo: https://github.com/streetsidesoftware/cspell-cli
31-
rev: v8.17.3
31+
rev: v9.0.1
3232
hooks:
3333
- id: cspell
3434
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)