mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
## Summary Closes #9508 . Add `__prepare__` method to dunder method list in `is_known_dunder_method`. ## Test Plan 1. add "__prepare__" method to `Apple` class in crates/ruff_linter/resources/test/fixtures/pylint/bad_dunder_method_name.py. 2. run `cargo test`