mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-28 10:50:20 +00:00
## Summary Python 3.12 added the `__buffer__()`/`__release_buffer_()` special methods, which are incorrectly flagged as invalid dunder methods by `PLW3201`. ## Test Plan Added definitions to the test suite, and confirmed they failed without the fix and are ignored after the fix was done. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| package | ||
| project | ||
| disallowed_rule_names.txt | ||