mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-30 00:13:48 +00:00
Rename Autofix
to Fix
(#7657)
**Summary** Mostly mechanical symbol rename and search-and-replace, with small changes to the markdown docs to read better
This commit is contained in:
parent
8028de8956
commit
1e173f7909
231 changed files with 943 additions and 960 deletions
|
@ -363,7 +363,7 @@ impl Notebook {
|
|||
/// Return the Jupyter notebook index.
|
||||
///
|
||||
/// The index is built only once when required. This is only used to
|
||||
/// report diagnostics, so by that time all of the autofixes must have
|
||||
/// report diagnostics, so by that time all of the fixes must have
|
||||
/// been applied if `--fix` was passed.
|
||||
pub fn index(&self) -> &NotebookIndex {
|
||||
self.index.get_or_init(|| self.build_index())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue