phubaba

Results 4 issues of phubaba

Note this is in python 3.9 where typing.Annotated exists. I'm using pytypes from `pip install git+https://github.com/Stewori/pytypes.git` ``` import pytypes import typing CT = typing.TypeVar('CT') class Variable(typing.Generic[CT]): pass pytypes.is_of_type(Variable[int](), Variable[int]) #...

Seems like this was a previous issue that was solved. Unclear why I'm seeing it again. I'm trying to get this set up for the first time. Thanks for the...

For example if you run code like: ``` authority = Keypair() result = client.send_transaction(Transaction(...), authority, authority) ``` this will create the UncofirmedTxError. Should we add a sanity check say in...

help wanted
good first issue

the arg is called unused-arguments-ignore-dunder but it is stored in unused-arguments-ignore-dunder-methods. This means that if you want to use this in a config you need to do unused-arguments-ignore-dunder-methods = True...