You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2019/08/23 20:35:00 UTC

[jira] [Resolved] (AIRFLOW-5285) Pre-commit pylint runs over todo files

     [ https://issues.apache.org/jira/browse/AIRFLOW-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Potiuk resolved AIRFLOW-5285.
-----------------------------------
    Fix Version/s: 1.10.5
       Resolution: Fixed

> Pre-commit pylint runs over todo files
> --------------------------------------
>
>                 Key: AIRFLOW-5285
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5285
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: PR tool
>    Affects Versions: 1.10.5
>            Reporter: Tomasz Urbaszek
>            Priority: Major
>             Fix For: 1.10.5
>
>
> Running:
> {code:java}
> pre-commit run --all-files{code}
> runs pylint over files that should be skipped because they are listed in pylint_todo.txt:
> {code:java}
> airflow/utils/operator_helpers.py:1:0: R0401: Cyclic import (airflow.bin.cli -> airflow.jobs -> airflow.jobs.scheduler_job -> airflow.ti_deps.deps.pool_slots_available_dep -> airflow.models -> airflow.models.dag) (cyclic-import)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)