ruff/crates/ruff_linter/resources/test/fixtures/airflow
Wei Lee f989c2c3af
[`airflow`] Add autofix infrastructure to `AIR302` name checks (#16965)
## Summary

Add autofix infrastructure to `AIR302` name checks and use this logic to 
fix`"airflow", "api_connexion", "security", "requires_access_dataset"`, `"airflow", "Dataset"` and `"airflow",
"datasets", "Dataset"`

## Test Plan

The existing test fixture reflects the update
2025-04-02 15:27:51 +00:00
..
AIR001.py Check `AIR001` from builtin or providers `operators` module (#14631) 2024-12-04 13:30:47 +05:30
AIR002.py [`airflow`] Move `AIR301` to `AIR002` (#16978) 2025-04-02 20:37:35 +05:30
AIR302_airflow_plugin.py [`airflow`] Extend rule to check class attributes, methods, arguments (`AIR302`) (#15083) 2024-12-31 09:49:18 +05:30
AIR302_args.py [`airflow`] Extend `AIR302` with additional symbols (#17085) 2025-04-02 20:38:52 +05:30
AIR302_class_attribute.py [airflow] move class attributed related cases to AIR302_class_attribute (AIR302) (#16226) 2025-02-19 11:13:17 +05:30
AIR302_context.py [`airflow`] Extend airflow context parameter check for `BaseOperator.execute` (`AIR302`) (#15713) 2025-01-27 20:48:18 +05:30
AIR302_names.py [`airflow`] Extend `AIR302` with additional symbols (#17085) 2025-04-02 20:38:52 +05:30
AIR302_names_try.py [`airflow`] Add autofix infrastructure to `AIR302` name checks (#16965) 2025-04-02 15:27:51 +00:00
AIR303.py [`airflow`] Fix `ImportPathMoved` / `ProviderName` misuse (`AIR303`) (#16013) 2025-02-12 12:34:16 +05:30