Révision 852aa41a
Remove global flake8 override
| 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