PyCQA / eradicate

Removes commented-out code from Python files

Home Page:https://pypi.python.org/pypi/eradicate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it time to issue a new release?

proofit404 opened this issue · comments

# mypy: disable-error-code = misc

At the moment comment like this would be considered an error.

Usually, users forced to write such comments because of typing.Any was used inside third-party library imported by the users code. For example, it's a problem with popular FastAPI and Typer frameworks when you have strict mypy setting that even expression inside a function can't be evaluated to Any. So, it's kinda annoing.

That was already fixed in the upstream branch.

It would be nice to make it available on PyPI.

Thoughts?

Best regards,
Josiah.

2.2.0 is released.