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

Type ignore comments is a false positive.

proofit404 opened this issue · comments

Write # type: ignore at the beginning of the file will be considered by this plugin as dead code.

Initially reported to wemake-services/flake8-eradicate#68

@sobolevn Thanks for fixing it!

# isort: skip did the same as well unfortunately.

@proofit404 can you please add isort to the whitelist?