mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-04 23:50:57 +00:00
Split checks and plugins into source-related modules (#447)
This commit is contained in:
parent
1f2ccb059a
commit
118a9feec8
49 changed files with 2083 additions and 2048 deletions
3
src/python/mod.rs
Normal file
3
src/python/mod.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
pub mod builtins;
|
||||
pub mod future;
|
||||
pub mod typing;
|
Loading…
Add table
Add a link
Reference in a new issue