amoghrajesh commented on code in PR #53911:
URL: https://github.com/apache/airflow/pull/53911#discussion_r2241922002
##########
.pre-commit-config.yaml:
##########
@@ -1619,6 +1619,21 @@ repos:
types: [python]
files: ^providers/.*/src/airflow/providers/.*\.py$
require_serial: true
+ - id: check-airflow-version-checks-in-core
+ language: pygrep
+ name: No AIRFLOW_V_3* imports in airflow-core
+ entry: "import AIRFLOW_V_3"
Review Comment:
We do not have any of those
<img width="935" height="350" alt="image"
src="https://github.com/user-attachments/assets/0fab3ef1-9fae-4f6f-9823-5ab8bbe2e5ad"
/>
But worth doing it since we still have 2.11 planned.
--
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]