mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #11231 from spoxii/ruff-format-cli
Update usage of `ruff`
This commit is contained in:
@@ -293,9 +293,9 @@ command:
|
||||
|
||||
::
|
||||
|
||||
ruff -l 120 <path/to/file(s)>
|
||||
ruff format --line-length 120 <path/to/file(s)>
|
||||
|
||||
- ``-l 120`` means that the allowed number of characters per line is 120.
|
||||
- ``--line-length 120`` means that the allowed number of characters per line is 120.
|
||||
This number was agreed upon by the developers.
|
||||
- The path can point to several files, either one after the other or using
|
||||
wildcards like in a typical Unix shell.
|
||||
|
||||
Reference in New Issue
Block a user