コード例 #1
0
ファイル: plugins.py プロジェクト: nityaoberoi/githooks
    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
ファイル: fabfile.py プロジェクト: JiangKevin/blockd3
def pep8():
    sh.pep8("fabfile.py")
コード例 #5
0
def pep8():
    sh.pep8("fabfile.py")