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

eradicate seems to think the python-encoding-declaration is a source comment

syphar opened this issue · comments

example would be something like

# coding=utf-8

import os
os.whatever()

(declaration follows PEP263)

Thanks!