[
https://issues.apache.org/jira/browse/AIRFLOW-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985521#comment-16985521
]
ASF GitHub Bot commented on AIRFLOW-6138:
-----------------------------------------
potiuk commented on pull request #6700: [AIRFLOW-6138] Fixed escaping of
pre-commit dots
URL: https://github.com/apache/airflow/pull/6700
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Checking for base operator imports in pre-commits has unescaped dots
> --------------------------------------------------------------------
>
> Key: AIRFLOW-6138
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6138
> Project: Apache Airflow
> Issue Type: Bug
> Components: ci
> Affects Versions: 2.0.0
> Reporter: Jarek Potiuk
> Priority: Major
>
> {code:java}
> - entry: "from airflow.models import.* BaseOperator"
> + entry: "from airflow\\.models import.* BaseOperator"{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)