Prab-27 commented on code in PR #59630:
URL: https://github.com/apache/airflow/pull/59630#discussion_r2650638979
##########
.pre-commit-config.yaml:
##########
@@ -426,6 +426,13 @@ repos:
^airflow-core/src/airflow/models/.*\.py$|
^airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py$|
^airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_assets.py$|
+
^airflow-core/tests/unit/cli/commands/test_rotate_fernet_key_command\.py$|
+ ^airflow-core/tests/unit/cli/commands/test_task_command\.py$|
+ ^airflow-core/tests/unit/cli/commands/test_dag_command\.py$|
+ ^airflow-core/tests/unit/cli/commands/test_team_command\.py$|
+ ^airflow-core/tests/unit/cli/commands/test_connection_command\.py$|
+ ^airflow-core/tests/unit/cli/commands/test_pool_command\.py$|
+ ^airflow-core/tests/unit/utils/test_cli_util\.py$|
Review Comment:
1 - Could you please check these added files ?
2 - since we are only adding files we don't need to use `\ `here just
`^filename.py$|` is sufficient (ex - line no. 428)
--
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]