Dev-iL commented on code in PR #53331:
URL: https://github.com/apache/airflow/pull/53331#discussion_r2204325451


##########
airflow-core/docs/installation/upgrading_to_airflow3.rst:
##########
@@ -116,13 +116,18 @@ To trigger these fixes, run the following command:
 
     ruff check dags/ --select AIR301 --fix --unsafe-fixes --preview

Review Comment:
   While you're here, I suggest changing this as follows to include more checks.
   ```diff
   -ruff check dags/ --select AIR301 --fix --unsafe-fixes --preview
   +ruff check dags/ --select AIR3 --fix --unsafe-fixes --preview
   ```



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