File tree 1 file changed +3
-3
lines changed
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.
34
34
When modifying that code, use this command to format it:
35
35
36
36
``` console
37
- ./x test tidy --extra-checks= cpp:fmt --bless
37
+ ./x test tidy --extra-checks cpp:fmt --bless
38
38
```
39
39
40
40
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.
47
47
48
48
When modifying Python code, use this command to format it:
49
49
``` console
50
- ./x test tidy --extra-checks= py:fmt --bless
50
+ ./x test tidy --extra-checks py:fmt --bless
51
51
```
52
52
53
53
and the following command to run lints:
54
54
``` console
55
- ./x test tidy --extra-checks= py:lint
55
+ ./x test tidy --extra-checks py:lint
56
56
```
57
57
58
58
This uses a pinned version of ` ruff ` , to avoid relying on the local
You can’t perform that action at this time.
0 commit comments