예제 #1
0
    def run(self, files=None):

        from sh import pep8

        for _file in files:
            pep8("-r", "--ignore=E501,E502,W293,E121,E123,E124,E125,E126,E127,E128", _file)
예제 #2
0
파일: fabfile.py 프로젝트: bollwyvl/fragile
def pep8():
    """check python style"""
    sh.pep8("fabfile.py", "fragile.py")
예제 #3
0
def pep8():
    """check python style"""
    sh.pep8("fabfile.py", "fragile.py")
예제 #4
0
def pep8():
    sh.pep8("fabfile.py")
예제 #5
0
def pep8():
    sh.pep8("fabfile.py")