Commit 9ecec85
authored
Add formatting tasks for Rust, Deno, and Python (#185)
Introduce separate format tasks for Rust, Deno, and Python codebases
to standardize code style across all clients. Add a new aggregate
`format` task that depends on all individual format tasks, enabling
a single command to format all code. Update Rust lint task to use
`rustfmt --check` for consistency with formatting commands.1 parent 261a750 commit 9ecec85
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
100 | 119 | | |
101 | 120 | | |
102 | 121 | | |
103 | 122 | | |
104 | 123 | | |
105 | | - | |
| 124 | + | |
106 | 125 | | |
107 | 126 | | |
108 | 127 | | |
| |||
0 commit comments