Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove _repr_*
  • Loading branch information
dhruvmanila committed Nov 7, 2024
commit 4665ff29b6768672214c8d6bd0d1116ff4576aaf
2 changes: 1 addition & 1 deletion crates/ruff_linter/src/rules/pylint/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,5 +306,5 @@ pub(super) fn is_known_dunder_method(method: &str) -> bool {
| "_ignore_"
| "_order_"
| "_generate_next_value_"
) || method.starts_with("_repr_")
)
}