pierrejeambrun commented on code in PR #28007:
URL: https://github.com/apache/airflow/pull/28007#discussion_r1036270049


##########
.pre-commit-config.yaml:
##########
@@ -424,6 +424,12 @@ repos:
         pass_filenames: true
         files: \.py$
         exclude: ^tests/|^airflow/_vendor/|^docs/
+      - id: check-only-new-session-with-provide-session
+        name: Check NEW_SESSION is only used with with @provide_session

Review Comment:
   ```suggestion
           name: Check NEW_SESSION is only used with @provide_session
   ```



-- 
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