mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
Skip namespace package enforcement for PEP 723 scripts (#13974)
## Summary
Vendors the PEP 723 parser from
[uv](debe67ffdb/crates/uv-scripts/src/lib.rs (L283)
).
Closes https://github.com/astral-sh/ruff/issues/13912.
This commit is contained in:
parent
b19862c64a
commit
b6847b371e
8 changed files with 177 additions and 3 deletions
|
@ -18,6 +18,7 @@ mod node;
|
|||
mod nodes;
|
||||
pub mod parenthesize;
|
||||
pub mod relocate;
|
||||
pub mod script;
|
||||
pub mod statement_visitor;
|
||||
pub mod stmt_if;
|
||||
pub mod str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue