potiuk commented on code in PR #27264: URL: https://github.com/apache/airflow/pull/27264#discussion_r1199595668
########## pyproject.toml: ########## @@ -134,7 +134,26 @@ known-third-party = [ [tool.ruff.per-file-ignores] "airflow/models/__init__.py" = ["F401"] "airflow/models/sqla_models.py" = ["F401"] - +"tests/providers/google/cloud/_internal_client/test_secret_manager_client.py" = ["E402"] Review Comment: I think that was some kind of temporary problem after upgrading ruff at some point of time in older version of the PR. I removed it all and nothing happened. Good catch :). -- 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]
