refactor: remove redundant # type: ignore
This commit is contained in:
parent
8cd6c7c9bc
commit
c370bd18c6
30 changed files with 54 additions and 53 deletions
|
|
@ -95,7 +95,7 @@ exclude = """(?x)(
|
|||
)"""
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = "embit.*,secp256k1.*,uvicorn.*,sqlalchemy.*,sqlalchemy_aio.*,websocket.*,pyqrcode.*,cashu.*,shortuuid.*,grpc.*,lnurl.*"
|
||||
module = "embit.*,secp256k1.*,uvicorn.*,sqlalchemy.*,sqlalchemy_aio.*,websocket.*,websockets.*,pyqrcode.*,cashu.*,shortuuid.*,grpc.*,lnurl.*,bitstring.*,ecdsa.*,psycopg2.*,pyngrok.*"
|
||||
ignore_missing_imports = "True"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue