ruff/crates
yataka 0753968ef3
add the "__prepare__" method to the list of recognized dunder method (#9529)
## 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`
2024-01-15 14:37:19 +00:00
..
ruff_benchmark Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
ruff_cache Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_cli --show-settings displays active settings in a far more readable format (#9464) 2024-01-12 14:30:29 -05:00
ruff_dev Move pyproject_config into Resolver (#9453) 2024-01-10 17:58:53 -05:00
ruff_diagnostics Enable annotation quoting for multi-line expressions (#9142) 2023-12-15 01:03:09 +00:00
ruff_formatter --show-settings displays active settings in a far more readable format (#9464) 2024-01-12 14:30:29 -05:00
ruff_index Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_linter add the "__prepare__" method to the list of recognized dunder method (#9529) 2024-01-15 14:37:19 +00:00
ruff_macros remove several uses of unsafe (#8600) 2023-11-28 09:50:03 -05:00
ruff_notebook Generate deterministic ids when formatting notebooks (#9359) 2024-01-04 09:19:00 -06:00
ruff_python_ast [flake8-simplify] Implement enumerate-for-loop (SIM113) (#7777) 2024-01-14 11:00:59 -05:00
ruff_python_codegen Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00
ruff_python_formatter --show-settings displays active settings in a far more readable format (#9464) 2024-01-12 14:30:29 -05:00
ruff_python_index Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
ruff_python_literal Use Rust 1.75 toolchain (#9437) 2024-01-08 18:03:16 +01:00
ruff_python_parser Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
ruff_python_resolver Use Rust 1.75 toolchain (#9437) 2024-01-08 18:03:16 +01:00
ruff_python_semantic [flake8-simplify] Implement enumerate-for-loop (SIM113) (#7777) 2024-01-14 11:00:59 -05:00
ruff_python_stdlib Treat all typing_extensions members as typing aliases (#9335) 2023-12-31 14:23:33 -04:00
ruff_python_trivia Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
ruff_shrinking Bump version to v0.1.13 (#9493) 2024-01-12 09:27:39 -05:00
ruff_source_file Add cell indexes to all diagnostics (#9387) 2024-01-04 14:02:23 +00:00
ruff_text_size Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_wasm Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
ruff_workspace --show-settings displays active settings in a far more readable format (#9464) 2024-01-12 14:30:29 -05:00