Skip to content

Commit f89e335

Browse files
committed
reduce visual noise
1 parent 855a7db commit f89e335

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/conventions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ don't have a stable C API.
3434
When modifying that code, use this command to format it:
3535

3636
```console
37-
./x test tidy --extra-checks=cpp:fmt --bless
37+
./x test tidy --extra-checks cpp:fmt --bless
3838
```
3939

4040
This uses a pinned version of `clang-format`, to avoid relying on the local
@@ -47,12 +47,12 @@ it both linted and formatted by the [ruff][ruff] tool.
4747

4848
When modifying Python code, use this command to format it:
4949
```console
50-
./x test tidy --extra-checks=py:fmt --bless
50+
./x test tidy --extra-checks py:fmt --bless
5151
```
5252

5353
and the following command to run lints:
5454
```console
55-
./x test tidy --extra-checks=py:lint
55+
./x test tidy --extra-checks py:lint
5656
```
5757

5858
This uses a pinned version of `ruff`, to avoid relying on the local

0 commit comments

Comments
 (0)