File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ single_rust_channel_targets: &single_rust_channel_targets
41
41
- " -//test/unpretty/..."
42
42
single_rust_channel_min_version_targets : &single_rust_channel_min_version_targets
43
43
# START - Copied from 'single_rust_channel_targets'.
44
- # TODO: Figure out how to do proper list inheritence .
44
+ # TODO: Figure out how to do proper list inheritance .
45
45
- " --"
46
46
- " //..."
47
47
# TODO: Remove this and replace `cargo_bootstrap_repository` with a
Original file line number Diff line number Diff line change
1
+ default_stages : [pre-commit]
2
+ repos :
3
+ - repo : meta
4
+ hooks :
5
+ - id : check-hooks-apply
6
+ - id : check-useless-excludes
7
+ - repo : https://github.com/crate-ci/typos
8
+ rev : v1.33.1
9
+ hooks :
10
+ - id : typos
11
+ exclude : |
12
+ (?x)^(
13
+ cargo|
14
+ crate_universe|
15
+ examples|
16
+ extensions|
17
+ ffi|
18
+ nix|
19
+ rust|
20
+ test|
21
+ tools|
22
+ util
23
+ )
Original file line number Diff line number Diff line change 1
- # Prettier config file. For more opitons see https://prettier.io/docs/en/options
1
+ # Prettier config file. For more options see https://prettier.io/docs/en/options
2
2
tabWidth = 4
3
3
trailingComma = " all"
You can’t perform that action at this time.
0 commit comments