docs: Update Black and isort references to Ruff.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-07-17 18:06:49 -07:00
committed by Anders Kaseorg
parent 7b8fb017c3
commit e0208784ea
4 changed files with 17 additions and 26 deletions

View File

@@ -214,7 +214,7 @@ def main() -> None:
f.write("}\n")
print(
"\n\nDone! You should run the linter to format emoji_names.py with `./tools/lint --fix -m --only black`"
"\n\nDone! You should run the linter to format emoji_names.py with `./tools/lint --fix -m --only ruff-format`"
)