This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 504e2c29ef Add inputimeout as dependency to breeze-cmd-line pre-commit
deps (#28299)
504e2c29ef is described below
commit 504e2c29ef1ea070291f14d1284de403a433f157
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Dec 12 12:00:34 2022 +0100
Add inputimeout as dependency to breeze-cmd-line pre-commit deps (#28299)
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 76033117c6..7506249602 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -831,7 +831,7 @@ repos:
files: ^BREEZE\.rst$|^dev/breeze/.*$|^\.pre-commit-config\.yaml$
require_serial: true
pass_filenames: false
- additional_dependencies: ['rich>=12.4.4', 'rich-click>=1.5']
+ additional_dependencies: ['rich>=12.4.4', 'rich-click>=1.5',
'inputimeout']
- id: check-example-dags-urls
name: Check that example dags url include provider versions
entry: ./scripts/ci/pre_commit/pre_commit_update_example_dags_paths.py