Skip to content

Commit 96fb3c4

Browse files
committed
mention ruff in the readme
1 parent b3f0851 commit 96fb3c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ Examples for translatable strings are `_("This is a string")` in Python code, or
194194

195195
To ensure the new strings are well-formed, you can use `python validate_po.py --validate`.
196196

197+
To ensure that the coding and formatting guidelines are followed, install [ruff](https://docs.astral.sh/ruff/) and run `ruff check` and `ruff format --check` to check for issues, as well as `ruff check --fix` and `ruff format` to autofix them.
198+
197199
## How to Release?
198200

199201
0. Run `update-po.sh` to generate new translation files (which will be eventually updated by translators). Commit and push the changes to the master branch.

0 commit comments

Comments
 (0)