Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove file scoped noqa for ubuntu parser #372

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

willmurphyscode
Copy link
Contributor

Accept some auto-fixes, and suppress lints that would require more in-depth changes.

Note: There is a full line deletion in here; the line was an expression that was never assigned. But if someone has context on what was meant to be there, please let me know!

See #310

Accept some auto-fixes, and suppress lints that would require more
in-depth changes.

Signed-off-by: Will Murphy <[email protected]>
@willmurphyscode willmurphyscode added the run-pr-quality-gate Triggers running of quality gate on PRs label Oct 27, 2023
@@ -804,10 +811,9 @@ def _reprocess_merged_cve(self, cve_id: str, cve_rel_path: str):
if merged_patches or to_be_merged_map:
self.logger.debug("found unresolved patches in previously merged state, could be a new distro")
# Process revision history for eol-ed packages that need to be merged
saved_state.priority if not None else "Unknown"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be worth trying to figure out what this line was meant to do (ruff flagged it as an expression whose result is never assigned). Does anyone have some more context here?

@willmurphyscode willmurphyscode enabled auto-merge (squash) October 30, 2023 13:19
@willmurphyscode willmurphyscode merged commit c3961bc into main Oct 30, 2023
5 checks passed
@willmurphyscode willmurphyscode deleted the chore/remove-file-noqa-ubuntu-parser branch October 30, 2023 13:19
@willmurphyscode willmurphyscode removed the run-pr-quality-gate Triggers running of quality gate on PRs label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants