Ajay9704 commented on PR #60203: URL: https://github.com/apache/airflow/pull/60203#issuecomment-3722071676
@potiuk Sir , sorry for troubling you , but unfortunately my changes didn't worked for static checks , this is my code -intersphinx_mapping["task-sdk"] = (f"[https://airflow.apache.org/docs/task-sdk/{task_sdk_version}/](https://airflow.apache.org/docs/task-sdk/%7Btask_sdk_version%7D/)", (f"[https://airflow.apache.org/docs/task-sdk/{task_sdk_version}/objects.inv](https://airflow.apache.org/docs/task-sdk/%7Btask_sdk_version%7D/objects.inv)",)) .......................................................................... and pre-commit hooks chnaged this to .............................................................................. intersphinx_mapping["task-sdk"] = ( f"[https://airflow.apache.org/docs/task-sdk/{task_sdk_version}/](https://airflow.apache.org/docs/task-sdk/%7Btask_sdk_version%7D/)", (f"[https://airflow.apache.org/docs/task-sdk/{task_sdk_version}/objects.inv](https://airflow.apache.org/docs/task-sdk/%7Btask_sdk_version%7D/objects.inv)",), ) I was unaware about this before and i apologise for the mistake and now , i have changed that part so now it should also pass static checks , so please if you don't mind re-approve to run all checks again , and if it passes then i can get the screenshots from the docs generated that you asked for from there , please do me this help sir -- 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]
