From 8d7f888c331156b18d37e39c88f03846ad4a805d Mon Sep 17 00:00:00 2001 From: lucasrodes Date: Thu, 28 Nov 2024 16:52:32 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9C=20fix=20docstring=20pr=20tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 6a09e3066c3f289ed7939df6f12f617a8a51afd0 Mon Sep 17 00:00:00 2001 From: lucasrodes Date: Thu, 28 Nov 2024 16:53:32 +0100 Subject: [PATCH 2/2] remove line breaks --- apps/pr/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pr/cli.py b/apps/pr/cli.py index e0d335235a9..930f3531f96 100644 --- a/apps/pr/cli.py +++ b/apps/pr/cli.py @@ -102,7 +102,7 @@ @click.option( "--scope", "-s", - help="Scope of the PR (only relevant if --title is given). This text will be preprended to the PR title. \n\n**Examples**: 'demography' for data work on this field, 'etl.db' if working on specific modules, 'wizard', etc.", + help="Scope of the PR (only relevant if --title is given). This text will be preprended to the PR title. **Examples**: 'demography' for data work on this field, 'etl.db' if working on specific modules, 'wizard', etc.", default=None, ) @click.option(