Skip to content

Commit

Permalink
DEBUG: escape pipes and curly braces in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Mar 26, 2024
1 parent 5fc9adb commit e8a1154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ The following `command line arguments`_ can also be used to modify the defaults:
-l LENGTH, --line-length LENGTH
How many characters per line to allow [default: 88]
-t VERSION, --target-version VERSION
[py33|py34|py35|py36|py37|py38|py39|py310|py311|py312] Python versions that
should be supported by Black's output. [default: per-file auto-detection]
--formatter {black}
[py33\|py34\|py35\|py36\|py37\|py38\|py39\|py310\|py311\|py312] Python versions
that should be supported by Black's output. [default: per-file auto-detection]
--formatter \{black\}
Formatter to use for reformatting code

To change default values for these options for a given project,
Expand Down

0 comments on commit e8a1154

Please sign in to comment.