Skip to content

Docs typo#64965

Draft
EshwarCVS wants to merge 3 commits intoapache:mainfrom
EshwarCVS:docs-typo
Draft

Docs typo#64965
EshwarCVS wants to merge 3 commits intoapache:mainfrom
EshwarCVS:docs-typo

Conversation

@EshwarCVS
Copy link
Copy Markdown

@EshwarCVS EshwarCVS commented Apr 9, 2026


Was generative AI tooling used to co-author this PR?
  • No

Updated Documentation typos


  • 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.

@boring-cyborg
Copy link
Copy Markdown

boring-cyborg bot commented Apr 9, 2026

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch labels Apr 9, 2026
@potiuk
Copy link
Copy Markdown
Member

potiuk commented Apr 9, 2026

This PR has unrelated changes.

@potiuk potiuk marked this pull request as draft April 9, 2026 17:36
@potiuk
Copy link
Copy Markdown
Member

potiuk commented Apr 9, 2026

Converted to Draft.

@kaxil kaxil requested a review from Copilot April 10, 2026 19:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR primarily fixes a malformed link in INTHEWILD.md, but it also updates the repository-wide pre-commit Python interpreter setting.

Changes:

  • Fix malformed Bloomberg GitHub profile link in INTHEWILD.md.
  • Change root .pre-commit-config.yaml default_language_version.python from python3 to python310.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
INTHEWILD.md Corrects a broken GitHub profile URL for the Bloomberg entry.
.pre-commit-config.yaml Modifies the default Python interpreter used by pre-commit hooks.

minimum_prek_version: '0.3.4'
default_language_version:
python: python3
python: python310
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

default_language_version.python is set to python310, which is not a standard interpreter executable name on many systems (pre-commit will try to run python310). Elsewhere in this repo the convention is python3 (e.g. airflow-core/.pre-commit-config.yaml:21 and even this file sets language_version: python3 for the bandit hook). Consider reverting to python3 (or, if pinning is required, use an executable name that actually exists across platforms, and align all pre-commit configs consistently).

Suggested change
python: python310
python: python3

Copilot uses AI. Check for mistakes.
Comment on lines 18 to 22
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.3.4'
default_language_version:
python: python3
python: python310
node: 22.19.0
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

The PR is titled/described as a documentation typo fix, but this hunk changes the repository’s pre-commit Python interpreter selection. If this is intentional, the PR title/description should reflect a tooling change; otherwise this looks like an accidental edit and should be reverted to keep the PR scoped to docs.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants