ferruzzi commented on code in PR #56326: URL: https://github.com/apache/airflow/pull/56326#discussion_r2430043910
########## providers/atlassian/jira/src/airflow/providers/atlassian/jira/hooks/jira.py: ########## @@ -15,34 +15,59 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -"""Hook for JIRA.""" +""" +Hook for JIRA. + +.. spelling:word-list:: + + ClientResponse + aiohttp + reqrep Review Comment: I had no idea we could do this! That's super handy, I've been adding to the main list as needed. -- 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]
