Skip to content

Commit 507c82c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.15.17](astral-sh/ruff-pre-commit@v0.9.10...v0.15.17) - [github.com/streetsidesoftware/cspell-cli: v8.17.3 → v10.0.0](streetsidesoftware/cspell-cli@v8.17.3...v10.0.0)
1 parent 87b5e07 commit 507c82c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -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.15.17"
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: v10.0.0
3232
hooks:
3333
- id: cspell
3434
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)