ruff/crates/ruff_linter
Spencer Brown 8304c41714
[`pylint`] Add buffer methods to `bad-dunder-method-name` (`PLW3201`) exclusions (#8190)
## 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.
2023-10-25 00:03:44 -05:00
..
resources/test [`pylint`] Add buffer methods to `bad-dunder-method-name` (`PLW3201`) exclusions (#8190) 2023-10-25 00:03:44 -05:00
src [`pylint`] Add buffer methods to `bad-dunder-method-name` (`PLW3201`) exclusions (#8190) 2023-10-25 00:03:44 -05:00
Cargo.toml Release 0.1.2 (#8168) 2023-10-24 15:21:29 +00:00