Commit Graph

5 Commits

Author SHA1 Message Date
Deimos
5eecb189ac Update mypy to 0.730
There are some new capabilities in mypy 0.730, including nicer output
formatting, which this enables. I'd also like to be able to use the
specific error-code ignoring instead of the current all-encompassing
"type: ignore" comments, but there's currently an issue with that:
https://github.com/python/mypy/issues/7562
2019-09-26 12:10:49 -06:00
Deimos
5ea8b3a1bd Add ESLint/Prettier and stylelint to git hooks 2019-06-03 18:25:13 -06:00
Chad Birch
d170962204 Replace Pylama with Prospector
Pylama is no longer maintained, and has been gradually getting slower
and slower, as well as being incompatible with Python 3.7 and newer
versions of astroid and pylint. This replaces it with Prospector, which
is being maintained by the same group as pylint and some other code
quality tools.
2018-08-29 19:28:27 -06:00
Deimos
1a2b5a8593 Add Black format check to git hooks 2018-08-13 14:33:31 -06:00
Deimos
e980ab3bda Initial open-source release 2018-07-17 13:39:29 -06:00