We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ffa7e commit c777798Copy full SHA for c777798
1 file changed
src/borea_python/cli.py
@@ -51,7 +51,7 @@ def init() -> None:
51
with open(config_path, "w") as f:
52
json.dump(default_config, f, indent=2)
53
54
- click.echo(f"Created borea.config.json with default settings.")
+ click.echo("Created borea.config.json with default settings.")
55
56
57
@cli.command(name="generate")
0 commit comments