From 4f950336060c5364142d5ff9ce81ffb170c8e761 Mon Sep 17 00:00:00 2001 From: Cloud Composer Team Date: Wed, 5 Apr 2023 10:21:26 +0000 Subject: [PATCH] fixup! Composer dependencies patch fixing precommit file Change-Id: I09b9359db76627cd181be028cee5f0356000e418 GitOrigin-RevId: 593766603e028c8e2d489cf329b4ba5393e58559 --- airflow/composer/.pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/airflow/composer/.pre-commit-config.yaml b/airflow/composer/.pre-commit-config.yaml index 739e36e550..257aaee305 100644 --- a/airflow/composer/.pre-commit-config.yaml +++ b/airflow/composer/.pre-commit-config.yaml @@ -238,7 +238,7 @@ repos: types: [yaml] exclude: ^.*init_git_sync\.template\.yaml$|^.*airflow\.template\.yaml$|^chart/(?:templates|files)/.*\.yaml$|openapi/.*\.yaml$|^\.pre-commit-config\.yaml$|^airflow/_vendor/ - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.5 hooks: - id: isort name: Run isort to sort imports in Python files @@ -283,11 +283,11 @@ repos: (?x) ^airflow/_vendor/ args: - # If flynt detects too long text it ignores it. So we set a very large limit to make it easy - # to split the text by hand. Too long lines are detected by flake8 (below), - # so the user is informed to take action. - - --line-length - - '99999' + # If flynt detects too long text it ignores it. So we set a very large limit to make it easy + # to split the text by hand. Too long lines are detected by flake8 (below), + # so the user is informed to take action. + - --line-length + - '99999' - repo: https://github.com/codespell-project/codespell rev: v2.1.0 hooks: