Skip to content

Conversation

Lee-W
Copy link
Contributor

@Lee-W Lee-W commented May 20, 2025

Summary

Originally, we use Use {module}.{name} instead as fix title. But it could be confusing in some cases like airflow.providers.amazon.aws.auth_manager.avp.entitiesAvpEntities.ASSET. It's not wrong. But user won't be able to do

from airflow.providers.amazon.aws.auth_manager.avp.entities.AvpEntities import ASSET

the following is what actually works

from airflow.providers.amazon.aws.auth_manager.avp.entities import AvpEntities
AvpEntities.ASSET

Test Plan

The message has been updated accordingly

Copy link
Contributor

github-actions bot commented May 20, 2025

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@Lee-W Lee-W mentioned this pull request May 20, 2025
2 tasks
@ntBre ntBre added rule Implementing or modifying a lint rule preview Related to preview mode features labels May 24, 2025
Copy link
Contributor

@ntBre ntBre left a comment

Choose a reason for hiding this comment

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

Thanks, this makes sense to me. Just one question about a potentially inconsistent message.

Lee-W added 4 commits May 25, 2025 10:36
Separate member and module to make the fix message more accurate
Separate member and module to make the fix message more accurate
Separate member and module to make the fix message more accurate
Separate member and module to make the fix message more accurate
@Lee-W Lee-W force-pushed the revise-AIR3-fix-title branch from 0b74746 to a7473b2 Compare May 25, 2025 02:36
@MichaReiser MichaReiser merged commit d8a5b9d into astral-sh:main May 26, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Related to preview mode features rule Implementing or modifying a lint rule
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants