mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
Add Applicability
to Fix
(#4303)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
d66ce76691
commit
cf7aa26aa4
116 changed files with 296 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
pub use diagnostic::{Diagnostic, DiagnosticKind};
|
||||
pub use edit::Edit;
|
||||
pub use fix::Fix;
|
||||
pub use fix::{Applicability, Fix};
|
||||
pub use violation::{AlwaysAutofixableViolation, AutofixKind, Violation};
|
||||
|
||||
mod diagnostic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue