Skip to content

Commit

Permalink
Fix or ignore missing type hints/stubs in dependencies
Browse files Browse the repository at this point in the history
pytest: Update to recent release which includes types thanks to
pytest-dev/pytest#7448

telegram_click_aio: Ignore
aiogram: Ignore
prometheus_async: Ignore
  • Loading branch information
ekeih committed May 5, 2021
1 parent 2d8e556 commit 28f0110
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 139 deletions.
10 changes: 10 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[mypy]

[mypy-aiogram.*]
ignore_missing_imports = True

[mypy-telegram_click_aio.*]
ignore_missing_imports = True

[mypy-prometheus_async.*]
ignore_missing_imports = True

0 comments on commit 28f0110

Please sign in to comment.