Skip to content

Commit b1f5672

Browse files
authored
chore: pre-commit autoupdate (#3930)
Update pre-commit hooks and apply autofixes made by the typos hook
1 parent 3f4f431 commit b1f5672

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: buildifier-lint
1313
args: [--version, "v8.5.1", --warnings=all]
1414
- repo: https://github.com/crate-ci/typos
15-
rev: v1.38.1
15+
rev: v1.44.0
1616
hooks:
1717
- id: typos
1818
exclude: |
@@ -22,17 +22,17 @@ repos:
2222
exclude_types:
2323
- diff
2424
- repo: https://github.com/psf/black
25-
rev: 25.9.0
25+
rev: 26.3.1
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 7.0.0
29+
rev: 8.0.1
3030
hooks:
3131
- id: isort
3232
args: [--profile, black]
3333
- repo: https://github.com/pre-commit/mirrors-clang-format
3434
# See supported types: https://github.com/pre-commit/mirrors-clang-format/blob/v14.0.6/.pre-commit-hooks.yaml#L6
35-
rev: v21.1.2
35+
rev: v22.1.1
3636
hooks:
3737
- id: clang-format
3838
exclude_types:

crate_universe/private/crates_repository.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ CARGO_BAZEL_REPIN=1 CARGO_BAZEL_REPIN_ONLY=crate_index bazel sync --only=crate_i
375375
),
376376
"splicing_config": attr.string(
377377
doc = (
378-
"The configuration flags to use for splicing Cargo maniests. Use `//crate_universe:defs.bzl\\%rsplicing_config` to " +
378+
"The configuration flags to use for splicing Cargo manifests. Use `//crate_universe:defs.bzl\\%rsplicing_config` to " +
379379
"generate the value for this field. If unset, the defaults defined there will be used."
380380
),
381381
),

crate_universe/private/crates_vendor.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ CRATES_VENDOR_ATTRS = {
585585
),
586586
"splicing_config": attr.string(
587587
doc = (
588-
"The configuration flags to use for splicing Cargo maniests. Use `//crate_universe:defs.bzl\\%rsplicing_config` to " +
588+
"The configuration flags to use for splicing Cargo manifests. Use `//crate_universe:defs.bzl\\%rsplicing_config` to " +
589589
"generate the value for this field. If unset, the defaults defined there will be used."
590590
),
591591
),

0 commit comments

Comments
 (0)