mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
[pylint] Implement PLR0916 (too-many-boolean-expressions) (#7975)
## Summary Add [R0916](https://pylint.readthedocs.io/en/latest/user_guide/messages/refactor/too-many-boolean-expressions.html), no autofix available. See: #970 ## Test Plan `cargo test` and manually.
This commit is contained in:
@@ -68,6 +68,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
||||
"surrounding-whitespace",
|
||||
"tab-indentation",
|
||||
"too-few-spaces-before-inline-comment",
|
||||
"too-many-boolean-expressions",
|
||||
"trailing-comma-on-bare-tuple",
|
||||
"triple-single-quotes",
|
||||
"under-indentation",
|
||||
|
||||
Reference in New Issue
Block a user