Add mypy.ini
This commit is contained in:
parent
844c71f240
commit
d18f9b0716
1 changed files with 10 additions and 0 deletions
10
mypy.ini
Normal file
10
mypy.ini
Normal file
|
@ -0,0 +1,10 @@
|
|||
[mypy]
|
||||
python_version = 3.5
|
||||
disallow_incomplete_defs = True
|
||||
|
||||
[mypy-nbxmpp.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-gi.repository.*]
|
||||
ignore_missing_imports = True
|
||||
|
Loading…
Add table
Reference in a new issue