Closed
Bug 1376905
Opened 8 years ago
Closed 8 years ago
Local Build for python_moztelemetry does not run Flake8
Categories
(Data Platform and Tools :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frank, Unassigned)
Details
Attachments
(1 file)
This causes build failures that don't show up locally.
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
PR: https://github.com/mozilla/python_moztelemetry/pull/191
The newer flake8 version appears to catch bare except clauses that weren't caught previously, so those need to be fixed before merging.
Comment 3•8 years ago
|
||
Added `#noqa` to the bare except statements and filed bug 1437634 for follow up work.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•3 years ago
|
Component: Telemetry APIs for Analysis → General
You need to log in
before you can comment on or make changes to this bug.
Description
•