gh-actions: enable mypy static type checking
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
c83d91eea7
commit
7465de389f
|
@ -14,6 +14,7 @@ jobs:
|
|||
use-pycodestyle: true
|
||||
use-flake8: false
|
||||
use-black: false
|
||||
use-mypy: false
|
||||
use-mypy: true
|
||||
use-isort: false
|
||||
extra-pycodestyle-options: "--ignore=E226,E301,E302,E303,W503,W504 --max-line-length=80 --max-doc-length=80"
|
||||
extra-mypy-options: "--ignore-missing-imports --follow-imports=silent"
|
||||
|
|
Loading…
Reference in New Issue