mirror of https://github.com/astral-sh/ruff
Ruff 0.12
Summary -- Release branch for Ruff 0.12.0 TODOs -- - [ ] Drop empty first commit - [ ] Merge with rebase-merge (**don't squash merge!!!!**)
This commit is contained in:
parent
1274521f9f
commit
11966beeec
|
|
@ -7,6 +7,7 @@ use ruff_python_semantic::analyze::function_type::is_stub;
|
|||
|
||||
use crate::Violation;
|
||||
use crate::checkers::ast::Checker;
|
||||
|
||||
use crate::rules::fastapi::rules::is_fastapi_route;
|
||||
|
||||
/// ## What it does
|
||||
|
|
|
|||
Loading…
Reference in New Issue