Skip to content

Commit fe8fbff

Browse files
jschfflrclaude
andcommitted
chore: release v0.1.3
- Fix type error: add unreachable return for mypy Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3196426 commit fe8fbff

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qodev-gitlab-cli"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Agent-friendly CLI for the GitLab API"
55
requires-python = ">=3.11"
66
dependencies = [

src/qodev_gitlab_cli/commands/mrs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def create(
6464
from qodev_gitlab_cli.output import error
6565

6666
error("Could not detect current branch. Use --source.", ctx=ctx)
67+
return # unreachable, but helps mypy
6768

6869
result = client.create_merge_request(
6970
project,

0 commit comments

Comments
 (0)