mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:39:12 +00:00
Update generate.py comment (#5809)
## Summary The generated comment is different from the generate files current comment. ## Test Plan None
This commit is contained in:
parent
d692ed0896
commit
1dd52ad139
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ for group, group_nodes in nodes_grouped.items():
|
|||
# %%
|
||||
# Generate `FormatRule`, `AsFormat` and `IntoFormat`
|
||||
|
||||
generated = """//! This is a generated file. Don't modify it by hand! Run `scripts/generate.py` to re-generate the file.
|
||||
generated = """//! This is a generated file. Don't modify it by hand! Run `crates/ruff_python_formatter/generate.py` to re-generate the file.
|
||||
use crate::context::PyFormatContext;
|
||||
use crate::{AsFormat, FormatNodeRule, IntoFormat};
|
||||
use ruff_formatter::formatter::Formatter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue