mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
Always generate fixes (#4239)
This commit is contained in:
parent
bfa1c28c00
commit
8969ad5879
69 changed files with 311 additions and 379 deletions
|
@ -198,7 +198,6 @@ pub fn check(contents: &str, options: JsValue) -> Result<JsValue, JsValue> {
|
|||
&directives,
|
||||
&settings,
|
||||
flags::Noqa::Enabled,
|
||||
flags::Autofix::Enabled,
|
||||
);
|
||||
|
||||
let source_code = locator.to_source_code();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue