mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 12:29:28 +00:00
Rename ruff_python_semantic's Context
struct to SemanticModel
(#4565)
This commit is contained in:
parent
3238743a7b
commit
19c4b7bee6
304 changed files with 1253 additions and 1142 deletions
|
@ -1,5 +1,6 @@
|
|||
//! Generate a Markdown-compatible listing of configuration options.
|
||||
use itertools::Itertools;
|
||||
|
||||
use ruff::settings::options::Options;
|
||||
use ruff::settings::options_base::{OptionEntry, OptionField};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue