mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add tests for handler
This commit is contained in:
parent
8e3867fbd7
commit
caa7eeab41
5 changed files with 179 additions and 0 deletions
3
mypy.ini
3
mypy.ini
|
|
@ -1,2 +1,5 @@
|
|||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
show_error_context = True
|
||||
show_error_codes = True
|
||||
pretty = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue