Skip to content

Enable the airflow.utils.timezone ban rule - #72022

Draft
FrankYang0529 wants to merge 1 commit into
apache:mainfrom
FrankYang0529:airflow-enable-timezone-ban-rule
Draft

Enable the airflow.utils.timezone ban rule#72022
FrankYang0529 wants to merge 1 commit into
apache:mainfrom
FrankYang0529:airflow-enable-timezone-ban-rule

Conversation

@FrankYang0529

@FrankYang0529FrankYang0529 commented Aug 24, 2026

Copy link
Copy Markdown
Member

Why

How

  • devel-common keeps its Airflow 2 fallbacks.
  • Uncomment the rule and drop the # Add this once providers are sorted note it was waiting on.

Was generative AI tooling used to co-author this PR?
  • Yes - Claude Code

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

from airflow.sdk import timezone
except ImportError:
from airflow.utils import timezone # type: ignore[no-redef,attr-defined]
from airflow.utils import timezone # type: ignore[no-redef,attr-defined] # noqa: TID251

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

why the noqa

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@FrankYang0529@Lee-W