Skip to content

Commit

Permalink
Port isort config from pre-commit to setup.cfg (#10557)
Browse files Browse the repository at this point in the history
Based on apache/airflow#10543 (comment)

GitOrigin-RevId: a0e7c40717758c4c93c3f11b249bbf6773043b45
  • Loading branch information
kaxil authored and Cloud Composer Team committed Sep 17, 2021
1 parent 80b036f commit 5cb4e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5cb4e44

Please sign in to comment.