Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contributing/development/code_style_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down