From e5004164abaf9f827b8641a460cbb5f51a9fa4d1 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Tue, 25 Aug 2020 22:07:35 +0100 Subject: [PATCH] Port isort config from pre-commit to setup.cfg (#10557) Based on https://github.com/apache/airflow/pull/10543#issuecomment-680231216 GitOrigin-RevId: a0e7c40717758c4c93c3f11b249bbf6773043b45 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index aac6b42ba74..326556b3b80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -78,3 +78,4 @@ multi_line_output=5 skip=build,.tox,venv # ToDo: Enable the below before Airflow 2.0 # profile = "black" +skip_glob=*/api_connexion/**/*.py,*/providers/**/*.py