gopidesupavan commented on issue #53395: URL: https://github.com/apache/airflow/issues/53395#issuecomment-3081654848
i hopping for no new bugs get introduced while fixing these :) and i feel here its not required to fix all those ones mentioned few may be false positives those can ignored after proper check. example this one reachable we have custom suppressing for error but mypy flagging its not reachable. ``` providers/jdbc/src/airflow/providers/jdbc/hooks/jdbc.py:227: error: Statement is unreachable [unreachable] return False ``` -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org