What's Changed
- Support whole-file noqa exclusions by @charliermarsh in #1001
- Implement PLE0206 by @harupy in #1005
- Rename PLE0206 to PLR0206 by @harupy in #1006
- Fix
match_like_matches_macro
insrc/pylint/plugins.rs
by @harupy in #1007 - Implement
unnecessary-direct-lambda-call
by @harupy in #1008 - Fix clippy errors on main by @harupy in #1010
- Implement
consider-merging-isinstance
by @harupy in #1009
Full Changelog: v0.0.152...v0.0.153