1
0
Fork 0
forked from s3lph/matemat

Temporarily disabled mypy, as it doesn't seem to work properly on some occasions:

- native libs (apsw, ...)
- some Union types
- unittest.TestCase.assertRaises with custom exceptions
This commit is contained in:
s3lph 2018-06-06 13:24:36 +02:00
parent 63265e645a
commit 5b231a0d40

View file

@ -23,4 +23,4 @@ codestyle:
- pip3 install wheel pycodestyle mypy - pip3 install wheel pycodestyle mypy
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- pycodestyle matemat - pycodestyle matemat
- mypy --ignore-missing-imports --strict -p matemat # - mypy --ignore-missing-imports --strict -p matemat