Thanks to visit codestin.com
Credit goes to github.com

Skip to content

replace # noqa: (unused import) with __all__ list in conda/exports.py#15533

Draft
dholth wants to merge 1 commit intomainfrom
exports-use-all
Draft

replace # noqa: (unused import) with __all__ list in conda/exports.py#15533
dholth wants to merge 1 commit intomainfrom
exports-use-all

Conversation

@dholth
Copy link
Contributor

@dholth dholth commented Dec 18, 2025

Description

Use "all" list to obviate # noqa: F401 declarations. Derived from sorted(conda.exports.__dict__) and ruff check --fix exports.py with only the most obvious "not an export" symbols removed.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Dec 18, 2025
@github-project-automation github-project-automation bot moved this to 🆕 New in 🔎 Review Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed [bot] added once the contributor has signed the CLA

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

3 participants

Comments