enable mypy on CI for core stuff
This commit is contained in:
parent
3912ef2460
commit
1f07e1a2a8
5 changed files with 42 additions and 21 deletions
2
setup.py
2
setup.py
|
@ -48,8 +48,8 @@ def main():
|
|||
extras_require={
|
||||
'testing': [
|
||||
'pytest',
|
||||
'pytz',
|
||||
'pylint',
|
||||
'mypy',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue