Skip to content

Commit a6f2e3b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.6](astral-sh/ruff-pre-commit@v0.9.10...v0.11.6) - [github.com/streetsidesoftware/cspell-cli: v8.17.3 → v8.19.0](streetsidesoftware/cspell-cli@v8.17.3...v8.19.0)
1 parent 365f74b commit a6f2e3b

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.11.6"
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: v8.19.0
3232
hooks:
3333
- id: cspell
3434
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)