forked from phoenix-oss/llama-stack-mirror
docs: contrib add a note about unicode in code (#2106)
# What does this PR do? Don't use unicode characters in the codebase. ASCII-only is preferred for compatibility or readability reasons Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
b9b13a3670
commit
7377a5c83e
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ uv sync
|
||||||
justification for bypassing the check.
|
justification for bypassing the check.
|
||||||
* When using `# type: ignore` to suppress a mypy warning, include a comment explaining the
|
* When using `# type: ignore` to suppress a mypy warning, include a comment explaining the
|
||||||
justification for bypassing the check.
|
justification for bypassing the check.
|
||||||
|
* Don't use unicode characters in the codebase. ASCII-only is preferred for compatibility or
|
||||||
|
readability reasons.
|
||||||
|
|
||||||
## Common Tasks
|
## Common Tasks
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue