mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:10 +00:00
Refactor SourceKind
to store file content (#6640)
This commit is contained in:
parent
2aeb27334d
commit
ea72d5feba
17 changed files with 206 additions and 179 deletions
|
@ -37,7 +37,7 @@ pub(crate) fn run_stdin(
|
|||
let mut diagnostics = lint_stdin(
|
||||
filename,
|
||||
package_root,
|
||||
&stdin,
|
||||
stdin,
|
||||
&pyproject_config.settings.lib,
|
||||
noqa,
|
||||
autofix,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue