mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
chore: fix script indent (#2213)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user