Skip to content

Commit

Permalink
gay
Browse files Browse the repository at this point in the history
  • Loading branch information
furudean committed Apr 10, 2024
1 parent 9172be7 commit 72355d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
dependencies = ["colorama"]

[project.optional-dependencies]
dev = ["mypy", "flake8", "black", "types-setuptools"]
dev = ["mypy", "flake8", "black", "types-setuptools", "types-colorama"]

[project.urls]
Homepage = "https://github.com/furudean/cbzm"
Expand Down
2 changes: 1 addition & 1 deletion src/cbzm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}


def pl(value: int | Sized):
def pl(value: int | Sized) -> str:
"""
get plural suffix for a value
"""
Expand Down

0 comments on commit 72355d9

Please sign in to comment.