Changes between Version 4 and Version 5 of Ticket #3970


Ignore:
Timestamp:
2023-02-17T22:34:39Z (14 months ago)
Author:
daniellee
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3970 – Description

    v4 v5  
    1 wormholetesting.py seems to throw a lot of errors when using mypy --strict. I think this is a good place to start type annotations as it not related to that many other files.
     1Using mypy with the `--strict` flag to type annotate file I encountered a candidate for refactoring in this file and I thought it might be a good place to start. There is not much to type annotate.
     2
     3`_verify()` function uses a deprecated function `getargspec()`. We aim to update this function to use the new `getfullargspec()` and yet maintain the strictness of the check.