mirror of https://github.com/astral-sh/ruff
Update `mkdocs` unformatted example error message (#4312)
This commit is contained in:
parent
d3b71f1e04
commit
8dea47afc1
|
|
@ -103,8 +103,8 @@ def format_file(
|
|||
if contents != new_contents:
|
||||
rule_name = file.name.split(".")[0]
|
||||
print(
|
||||
f"Rule `{rule_name}` docs are not formatted. This section should be "
|
||||
f"rewritten to:",
|
||||
f"Rule `{rule_name}` docs are not formatted. The example section "
|
||||
f"should be rewritten to:",
|
||||
)
|
||||
|
||||
# Add indentation so that snipped can be copied directly to docs
|
||||
|
|
|
|||
Loading…
Reference in New Issue