Fix my.config handling during mypy
This commit is contained in:
parent
1f07e1a2a8
commit
fe763c3c04
5 changed files with 26 additions and 2 deletions
5
setup.py
5
setup.py
|
@ -51,6 +51,11 @@ def main():
|
|||
'pylint',
|
||||
'mypy',
|
||||
],
|
||||
'optional': [
|
||||
# TODO document these?
|
||||
'logzero',
|
||||
'cachew',
|
||||
]
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue