explodinglabs / jsonrpcclient

Generate JSON-RPC requests and parse responses in Python

Home Page:https://www.jsonrpcclient.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add stricter mypy options to pre-commit config

bcb opened this issue · comments

commented
--disallow-untyped-calls
--disallow-untyped-defs
--check-untyped-defs

And remove --ignore-missing-imports

commented

Now using --strict