mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-24 12:24:17 +00:00
chore: fix script indent (#2213)
This commit is contained in:
parent
50c85fd192
commit
bab8691132
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ mod tests {
|
|||
fp.write("\n")
|
||||
|
||||
elif line.strip() == "/// Ruff-specific rules":
|
||||
fp.write(f"/// [{plugin}]({url})\n")
|
||||
fp.write(f"{indent}/// [{plugin}]({url})\n")
|
||||
fp.write(f'{indent}#[prefix = "{prefix_code}"]\n')
|
||||
fp.write(f"{indent}{pascal_case(plugin)},")
|
||||
fp.write("\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue