enable mypy on CI for core stuff
This commit is contained in:
parent
290949cd47
commit
ee6f253b2d
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