Skip to content

Commit

Permalink
fixup! Composer dependencies patch
Browse files Browse the repository at this point in the history
fixing precommit file

Change-Id: I09b9359db76627cd181be028cee5f0356000e418
GitOrigin-RevId: 593766603e028c8e2d489cf329b4ba5393e58559
  • Loading branch information
Cloud Composer Team committed Sep 12, 2024
1 parent 78ecec2 commit 4f95033
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions airflow/composer/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4f95033

Please sign in to comment.