Skip to content

Commit

Permalink
Reformat long string
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 28, 2023
1 parent 601cf0f commit 1e5ecda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions formate/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@
"-c",
"--config-file",
type=click.STRING,
help=
"The path or filename of the TOML configuration file to use. If a filename is given it is searched for in the current and parent directories.",
help=(
"The path or filename of the TOML configuration file to use. "
"If a filename is given it is searched for in the current and parent directories."
),
default="formate.toml",
show_default=True,
)
Expand Down

0 comments on commit 1e5ecda

Please sign in to comment.