File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments