mirror of https://github.com/astral-sh/ruff
## 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. |
||
|---|---|---|
| .. | ||
| resources/test | ||
| src | ||
| Cargo.toml | ||