rawwar commented on PR #42904:
URL: https://github.com/apache/airflow/pull/42904#issuecomment-2408935874

   @kaxil , This change is causing mypy pre-commit check to fail with following 
error:
   
   ```
   task_sdk/tests/conftest.py:26: error: Incompatible types in assignment
   (expression has type "tuple[()]", target has type "Union[str, list[str]]") 
   [assignment]
           config.inicfg["airflow_deprecations_ignore"] = ()
   ```
   Should the value be an empty string?
   
   Or, I see in other places, Ash has used `# type: 
ignore[assignment,operator]` comment.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to