add --ignore-missing-imports because async_stagger won't typehint
This commit is contained in:
parent
5b927beb25
commit
067fbbc531
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ install:
|
|||
- pip3 install mypy -r requirements.txt
|
||||
script:
|
||||
- pip3 freeze
|
||||
- mypy ircrobots examples
|
||||
- mypy ircrobots examples --ignore-missing-imports
|
||||
|
|
Loading…
Reference in a new issue