We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1cf76 commit 528de20Copy full SHA for 528de20
pyproject_toml_builder.py
@@ -768,7 +768,7 @@ def work(
768
def main() -> None:
769
"""Read and write all necessary files."""
770
parser = argparse.ArgumentParser(
771
- description=f"Read/transform 'pyproject.toml' and 'README.md' files",
+ description="Read/transform 'pyproject.toml' and 'README.md' files",
772
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
773
)
774
parser.add_argument(
0 commit comments