mirror of https://github.com/astral-sh/ruff
chore: fix script indent (#2213)
This commit is contained in:
parent
50c85fd192
commit
bab8691132
|
|
@ -84,7 +84,7 @@ mod tests {
|
||||||
fp.write("\n")
|
fp.write("\n")
|
||||||
|
|
||||||
elif line.strip() == "/// Ruff-specific rules":
|
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}#[prefix = "{prefix_code}"]\n')
|
||||||
fp.write(f"{indent}{pascal_case(plugin)},")
|
fp.write(f"{indent}{pascal_case(plugin)},")
|
||||||
fp.write("\n")
|
fp.write("\n")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue