Skip to content

Commit 27b1676

Browse files
committed
πŸ› fix: fix some bugs
1 parent feeffa8 commit 27b1676

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

β€Žtemplate/Makefile.jinjaβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ actions = \
3838
release \
3939
{%- endif %}
4040
setup \
41+
{%- if with_typer_cli %}
42+
setup-cli \
43+
{%- endif %}
4144
setup-dev \
4245
test{% if tox %}\
4346
tox

β€Žtemplate/duties.py.jinjaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ def release(ctx: Context, *cli_args: str) -> None:
657657
silent=True,
658658
capture=True,
659659
allow_overrides=False,
660-
nofail=True,
660+
nofail=True,
661661
)
662662

663663
dry_run = "--dry-run" in cli_args

β€Žtemplate/pyproject.toml.jinjaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ warn_unused_ignores = true
105105
show_column_numbers = true
106106
show_error_codes = true
107107
show_error_context = true
108-
# ignore_missing_imports = true
108+
ignore_missing_imports = true
109109

110110
[tool.ruff]
111111
target-version = "py{{ min_python_version | replace('.', '') }}"

0 commit comments

Comments
Β (0)