PyCQA / eradicate

Removes commented-out code from Python files
https://pypi.python.org/pypi/eradicate
206 stars 25 forks source link

False positive on TODO or XXX marks comments #16

Closed uhbif19 closed 4 years ago

uhbif19 commented 5 years ago

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

Issue is similar to https://github.com/myint/eradicate/issues/15 and https://github.com/myint/eradicate/issues/11.