Skip to content

Commit 861fee3

Browse files
authored
Merge pull request slgobinath#691 from deltragon/doc-ruff
mention ruff in the readme
2 parents b3f0851 + 96fb3c4 commit 861fee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
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)