File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ don't have a stable C API.
3434When 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
4040This 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
4848When 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
5353and 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
5858This uses a pinned version of ` ruff ` , to avoid relying on the local
You can’t perform that action at this time.
0 commit comments