Skip to content

Commit

Permalink
docs(readme): note repr ignores --sort-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jan 18, 2025
1 parent cfc6abd commit 8940667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ The Python output is either from
(the default) or formatted by
[`pprint.pformat`](https://docs.python.org/3/library/pprint.html#pprint.pformat)
(when you pass the option `--indent`).
The default `repr` format ignores `-s`/`--sort-keys`.

The style of `pprint`
is probably not what you want your Python code to look like.
Apply your preferred Python formatter to it.
Expand Down

0 comments on commit 8940667

Please sign in to comment.