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:
parent
63265e645a
commit
5b231a0d40
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ codestyle:
|
|||
- pip3 install wheel pycodestyle mypy
|
||||
- pip3 install -r requirements.txt
|
||||
- pycodestyle matemat
|
||||
- mypy --ignore-missing-imports --strict -p matemat
|
||||
# - mypy --ignore-missing-imports --strict -p matemat
|
||||
|
|
Loading…
Reference in a new issue