charliermarsh opened a new pull request, #32873:
URL: https://github.com/apache/airflow/pull/32873

   :wave: This PR removes the 
[`known-third-party`](https://beta.ruff.rs/docs/settings/#isort-known-third-party)
 and 
[`known-first-party`](https://beta.ruff.rs/docs/settings/#isort-known-first-party)
 settings from Airflow's Ruff configuration with a single 
[`namespace-packages`](https://beta.ruff.rs/docs/settings/#namespace-packages) 
entry.
   
   Previously, all subdirectories of `airflow/providers` were enumerated in the 
`pyproject.toml`, but it looks like a few were added to the codebase over time 
but _not_ to the list in `pyproject.toml`, leading to some 
import-categorization drift (as visible in the below changes).
   
   Ruff allows for namespace packages to be enumerated directly, which will 
ensure that future packages are handled consistently without any need to update 
the `pyproject.toml`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to