Open sandeep-ps opened 3 months ago
Currently, reduced the mypy errors to 1:
.venv/lib/python3.12/site-packages/regex-stubs/regex.pyi:573: error: Positional-only parameters are only supported in Python 3.8 and greater [syntax]
Found 1 error in 1 file (errors prevented further checking)
This needs further investigation. The code changes are pushed to the connected branch.
Currently, there are lint errors related to mypy. This is related to type hints, and it may need upgrading the mypy version too.