This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 6019c78 Pprint default args and wrap (#14345)
add a48bedf Fix spelling in "ignorable" (#14348)
No new revisions were added by this update.
Summary of changes:
airflow/models/taskinstance.py | 2 +-
airflow/ti_deps/dep_context.py | 2 +-
airflow/ti_deps/deps/base_ti_dep.py | 6 +++---
airflow/ti_deps/deps/dag_ti_slots_available_dep.py | 2 +-
airflow/ti_deps/deps/dag_unpaused_dep.py | 2 +-
airflow/ti_deps/deps/dagrun_exists_dep.py | 2 +-
airflow/ti_deps/deps/dagrun_id_dep.py | 2 +-
airflow/ti_deps/deps/exec_date_after_start_date_dep.py | 2 +-
airflow/ti_deps/deps/not_in_retry_period_dep.py | 2 +-
airflow/ti_deps/deps/not_previously_skipped_dep.py | 2 +-
airflow/ti_deps/deps/pool_slots_available_dep.py | 2 +-
airflow/ti_deps/deps/prev_dagrun_dep.py | 2 +-
airflow/ti_deps/deps/ready_to_reschedule.py | 2 +-
airflow/ti_deps/deps/runnable_exec_date_dep.py | 2 +-
airflow/ti_deps/deps/task_concurrency_dep.py | 2 +-
airflow/ti_deps/deps/task_not_running_dep.py | 2 +-
airflow/ti_deps/deps/trigger_rule_dep.py | 2 +-
airflow/ti_deps/deps/valid_state_dep.py | 2 +-
docs/spelling_wordlist.txt | 2 +-
19 files changed, 21 insertions(+), 21 deletions(-)