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:
Brent Westbrook 2025-06-02 09:06:26 -04:00
parent 1274521f9f
commit 11966beeec
1 changed files with 1 additions and 0 deletions

View File

@ -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