Skip to content

Commit

Permalink
Lint: Add click to the dependencies used by mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Dec 17, 2024
1 parent d080d03 commit eb34556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ doit = "^0.36.0"

# Dependencies required for linting the code.
[tool.poetry.group.lint.dependencies]
click = "*" # Install click so mypy is able to reason about it.
mypy = "*"
ruff = "*"
types-colorama = "*"
Expand Down

0 comments on commit eb34556

Please sign in to comment.