Lee-W commented on code in PR #55416:
URL: https://github.com/apache/airflow/pull/55416#discussion_r3044112072
##########
.pre-commit-config.yaml:
##########
@@ -977,6 +977,12 @@ repos:
language: python
pass_filenames: true
files: \.py$
+ - id: check-no-new-airflow-exceptions
+ name: Check that no new raise AirflowException usages are added
+ entry: ./scripts/ci/prek/check_new_airflow_exception_usage.py
+ language: python
+ pass_filenames: true
+ files: \.py$
Review Comment:
yep, sounds great :). just update
--
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]