Projet

Général

Profil

Révision 852aa41a

ID852aa41ab774a18973eaccedc242ec8a46fadd77
Parent 10ca1256
Enfant 6052c56d

Ajouté par Lars Kruse il y a plus de 5 ans

Remove global flake8 override

Voir les différences:

plugins/git/gitlab_statistics
64 64
    try:
65 65
        raw_data = urllib.request.urlopen(url)
66 66
        return json.loads(raw_data)
67
    except IOError as e:
67
    except IOError:
68 68
        print("Cannot reach the GitLab API endpoint.", file=sys.stderr)
69 69
        exit(1)
70 70

  
......
105 105
        fetch()
106 106
else:
107 107
    fetch()
108

  
109
# flake8: noqa: E265
plugins/mysql/mysql_audit
185 185
    configure()
186 186
else:
187 187
    fetch()
188

  
189
# flake8: noqa: E265

Formats disponibles : Unified diff