This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3dabbcf79a6 Remove self-reference in best practices documentation
(#56111)
3dabbcf79a6 is described below
commit 3dabbcf79a6b26e13d8f82955547b88e802a2edb
Author: Oleksandr Slynko <[email protected]>
AuthorDate: Thu Sep 25 23:16:34 2025 +0100
Remove self-reference in best practices documentation (#56111)
Removed reference to 'ruff' in best practices documentation.
---
airflow-core/docs/best-practices.rst | 2 --
1 file changed, 2 deletions(-)
diff --git a/airflow-core/docs/best-practices.rst
b/airflow-core/docs/best-practices.rst
index 874b66c8cd2..368b5c13639 100644
--- a/airflow-core/docs/best-practices.rst
+++ b/airflow-core/docs/best-practices.rst
@@ -347,8 +347,6 @@ Running ``ruff`` will produce:
By integrating ``ruff`` into your development workflow, you can proactively
address deprecations and maintain code quality, facilitating smoother
transitions between Airflow versions.
-For more information on ``ruff`` and its integration with Airflow, refer to
the `official Airflow documentation
<https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html>`_.
-
.. _best_practices/dynamic_dag_generation:
Dynamic Dag Generation