mirror of https://github.com/astral-sh/ruff
<!-- Thank you for contributing to Ruff! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> attribute check was missing in the previous implementation e.g. ```python from airflow.api.auth.backend import basic_auth basic_auth.auth_current_user ``` This PR adds this kind of check. ## Test Plan <!-- How was it tested? --> The test case has been added to the button of the existing test fixtures, confirmed to be correct and later reorgnaized |
||
|---|---|---|
| .. | ||
| AIR001.py | ||
| AIR002.py | ||
| AIR301_airflow_plugin.py | ||
| AIR301_args.py | ||
| AIR301_class_attribute.py | ||
| AIR301_context.py | ||
| AIR301_names.py | ||
| AIR301_names_try.py | ||
| AIR302.py | ||
| AIR312.py | ||