mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
docs: Update Black and isort references to Ruff.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
7b8fb017c3
commit
e0208784ea
@@ -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`"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user