You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/09 17:37:03 UTC

[GitHub] [airflow] potiuk commented on pull request #23647: ExternalTaskSensor respects soft_fail if the external task enters a failed_state

potiuk commented on PR #23647:
URL: https://github.com/apache/airflow/pull/23647#issuecomment-1151411100

   Likely whatever you used to run black does not take pyproject.toml into account:
   
   ```[
   tool.black]
   line-length = 110
   target-version = ['py37', 'py38', 'py39', 'py310']
   skip-string-normalization = true
   ```
   
   That's why `breeze` main power is - to make sure that there is no 'works for me` syndrome - everyone has the same environment and tool setup.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org