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

False positive on TODO or XXX marks comments

uhbif19 opened this issue · comments

Code like # TODO: test or # XXX: test is mistakenly recognized as commented out code.

Issue is similar to #15 and #11.