Skip to content

Commit

Permalink
Add Applicability to pandas_vet (#5252)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrittenhouse authored Jun 21, 2023
1 parent 41ef17b commit 2b76d88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/ruff/src/rules/pandas_vet/fixes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ pub(super) fn convert_inplace_argument_to_assignment(
false,
)
.ok()?;
#[allow(deprecated)]
Some(Fix::unspecified_edits(insert_assignment, [remove_argument]))
Some(Fix::suggested_edits(insert_assignment, [remove_argument]))
}

0 comments on commit 2b76d88

Please sign in to comment.