test(lint): make pyright ignore _version.py
Metadata
Current evaluation
Merged after approval and passing CI checks. The change adds a pyright ignore directive to suppress linting warnings for the _version.py file, resolving a test/lint issue with a single line addition.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `tox`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after approval and passing CI checks. The change adds a pyright ignore directive to suppress linting warnings for the _version.py file, resolving a test/lint issue with a single line addition. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a linting configuration update to exclude _version.py from pyright checks. The maintainer verified project guidelines, signed the CLA, and confirmed successful tox execution prior to merge. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #251 lint: add ignore for new pyright | rockcraft | merged | Merged a one-file change adding a pyright ignore directive to suppress warnings about unknown xdg fields introduced in pyright 1.1.306. Approved by two reviewers and passed all CI checks. |