Closed AlexWaygood closed 2 hours ago
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 (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst) Here are some useful points:
docs/
directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions.
Thanks @AlexWaygood! Appreciate you coming over and doing the update for us. Congrats on your first Airflow commit 🎉
No problem, glad I could help!
pypi.org/project/ruff/0.8.0
Hi! I just released Ruff 0.8.0. This release removes a few rules that had been deprecated for a few releases, so Ruff 0.8.0 would have started emitting warnings when linting trio due to the fact that you have some of these now-removed rules explicitly ignored in your Ruff config.
This PR gets rid of the removed rules from your Ruff config. There's also some additional changes made here; let me know if any of them are undesirable, and I can revert them:
flake8-type-checking
rules have been recoded fromTCH
toTC
; I updatednoqa
comments and configuration settings related to these so that they use the new error codesdev/breeze/src/airflow_breeze/utils/console.py
was changed slightly due to autofix for UP015, which has been improved in the latest release^ Add meaningful description above Read the Pull Request Guidelines for more information. In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed. In case of a new dependency, check compliance with the ASF 3rd Party License Policy. In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.