Closed
Bug 1761655
Opened 4 years ago
Closed 4 years ago
Ignore mypy cache files
Categories
(Firefox Build System :: General, task, P3)
Firefox Build System
General
Tracking
(firefox100 fixed)
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(1 file)
Files under testing/web-platform/tests need to be checked against mypy violations, eg by running mypy --config-file=testing/web-platform/tests/tools/mypy.ini testing/web-platform/tests/tools/webdriver/webdriver/bidi/modules/browsing_context.py
However this creates a lot of untracked files under .mypy_cache/.
This folder should be ignored by hg. Ideally this check would also happen in CI, but for now I just want to make it easier to run mypy locally.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6019d6f3ed51
Ignore mypy cache files r=jgraham
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•