Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 68a9a07

Browse files
actions-userNarwhal-fish
authored andcommitted
style: fix line length formatting in check.py
1 parent b2a0d2b commit 68a9a07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎commitizen/commands/check.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ def __init__(self, config: BaseConfig, arguments: CheckArgs, *args: object) -> N
4444
)
4545

4646
self.use_default_range = bool(arguments.get("use_default_range"))
47-
self.max_msg_length = arguments.get("message_length_limit", config.settings.get("message_length_limit", None))
48-
47+
self.max_msg_length = arguments.get(
48+
"message_length_limit", config.settings.get("message_length_limit", None)
49+
)
4950

5051
# we need to distinguish between None and [], which is a valid value
5152
allowed_prefixes = arguments.get("allowed_prefixes")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /