jszopi / repESP

Reproducing molecular ESP from partial charges and more
GNU General Public License v3.0
6 stars 7 forks source link

mypy: Fix the last error and check status in CI #39

Closed jszopi closed 5 years ago

jszopi commented 5 years ago

This was an actual mistake in the argument order. Similar errors in mypy_snapshot.out where false positives due to a mypy bug fixed in v0.650, https://github.com/python/mypy/issues/5681. I was using v0.641 to generate the snapshot but Travis used v0.670. Thus the mypy check outcome can be enabled in tox.