mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
Introduce a ruff_python_semantic
crate (#3865)
This commit is contained in:
parent
46bcb1f725
commit
d919adc13c
64 changed files with 267 additions and 225 deletions
4
crates/ruff_python_semantic/src/analyze/mod.rs
Normal file
4
crates/ruff_python_semantic/src/analyze/mod.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
pub mod function_type;
|
||||
pub mod logging;
|
||||
pub mod typing;
|
||||
pub mod visibility;
|
Loading…
Add table
Add a link
Reference in a new issue