Skip to content

Commit

Permalink
Install more type stubs wanted by mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarasti authored and apyrgio committed Dec 16, 2024
1 parent fbe0506 commit 57bb728
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 2 deletions.
58 changes: 57 additions & 1 deletion poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ doit = "^0.36.0"
black = "*"
isort = "*"
mypy = "*"
types-PySide2 = "*"
types-colorama = "*"
types-Markdown = "*"
types-pygments = "*"
types-PySide2 = "*"
types-requests = "*"

# Dependencies required for testing the code.
Expand Down

0 comments on commit 57bb728

Please sign in to comment.