Commit Graph

9 Commits

Author SHA1 Message Date
Christoph Reiter a10af0bb9f travis-ci: add Python 3.7, drop 3.3 2018-07-07 16:33:50 +02:00
Christoph Reiter cd1a6a6d93 mypy: enable strict_optional 2018-03-06 15:42:24 +01:00
Christoph Reiter 6852114d0e Add a default mypy config and enable more warnings.
This makes calling "mypy ." in the root directory work.
The added warnings pointed out that the tuple subclasses were
missing type information for their elements, so add them.
2018-02-26 10:57:30 +01:00
Christoph Reiter 28e54d8cd1 flake8: skip new error 2017-11-07 15:40:37 +01:00
Christoph Reiter e4fc9db660 Add support for all fspaths 2017-08-18 16:27:37 +02:00
Christoph Reiter f9cd77744f Add codecov support 2017-08-10 14:15:02 +02:00
Christoph Reiter 63765f819d flake8: enable F401 and F403
use an inline comment to disable for the __init__.py case
2017-05-01 16:18:25 +02:00
Christoph Reiter f85147a22c tests: various flake8 fixes 2017-05-01 16:08:02 +02:00
Christoph Reiter 18efca282e Add a setup.cfg including flake8 settings 2017-05-01 15:24:09 +02:00