We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee30acc + f4a1b68 commit 74f73e3Copy full SHA for 74f73e3
contributing/development/code_style_guidelines.rst
@@ -293,9 +293,9 @@ command:
293
294
::
295
296
- ruff -l 120 <path/to/file(s)>
+ ruff format --line-length 120 <path/to/file(s)>
297
298
-- ``-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.
299
This number was agreed upon by the developers.
300
- The path can point to several files, either one after the other or using
301
wildcards like in a typical Unix shell.
0 commit comments