rawwar opened a new pull request, #42976:
URL: https://github.com/apache/airflow/pull/42976
`pre-commit run --all-files` on main results in following error for "Run
mypy for airflow"
```
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"] = ()
^~
```
I noticed, in other places, assignment for `config.inicfg` has the ignore
comment -
https://github.com/apache/airflow/blob/07bf0a791b80c26c8ca99a3a4839cf555b531990/tests/conftest.py#L43
--
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]