Tomasz Urbaszek created AIRFLOW-5285:
----------------------------------------
Summary: 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
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)