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 93874fc

Browse files
committed
fix: bump decli which is type hinted
Closes #153
1 parent bcd3988 commit 93874fc

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

‎commitizen/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
import logging.config
33

4-
from colorama import init
4+
from colorama import init# type: ignore
55

66
from commitizen.cz.base import BaseCommitizen
77

‎poetry.lock‎

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
[tool.poetry.dependencies]
3737
python = "^3.7"
3838
questionary = "^1.4.0"
39-
decli = "^0.5.2"
39+
decli = "^0.6.0"
4040
colorama = "^0.4.1"
4141
termcolor = ">= 1.1, < 3"
4242
packaging = ">=19"
@@ -140,7 +140,6 @@ convention = "google"
140140

141141
[tool.mypy]
142142
files = "commitizen"
143-
ignore_missing_imports = true
144143
disallow_untyped_decorators = true
145144
disallow_subclassing_any = true
146145
warn_return_any = true

0 commit comments

Comments
(0)

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