mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
Replace deletion-tracking with enforced isolation levels (#4766)
This commit is contained in:
parent
fcbf5c3fae
commit
621718784a
42 changed files with 471 additions and 620 deletions
|
@ -1,6 +1,6 @@
|
|||
pub use diagnostic::{Diagnostic, DiagnosticKind};
|
||||
pub use edit::Edit;
|
||||
pub use fix::{Applicability, Fix};
|
||||
pub use fix::{Applicability, Fix, IsolationLevel};
|
||||
pub use violation::{AlwaysAutofixableViolation, AutofixKind, Violation};
|
||||
|
||||
mod diagnostic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue