vincbeck commented on code in PR #48457:
URL: https://github.com/apache/airflow/pull/48457#discussion_r2029055931
##########
.pre-commit-config.yaml:
##########
@@ -1186,17 +1186,6 @@ repos:
\bab_register_user\b
pass_filenames: true
files: ^airflow-core/src/airflow/migrations/versions/.*\.py$
- # These migrations contain FAB related changes but existed before
moving FAB auth manager
- # to its own provider
- exclude: >
Review Comment:
This badly formatted list of excludes actually ignored all files which
caused the migration `drop_ab_user_id_foreign_key.py` to not be detected
--
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]