mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:39:12 +00:00
Add a non-latin project to the ecosystem checks (#9199)
We've had bugs related to non-latin scripts, most recently #9145, where just starting a docstring with multi-byte characters would panic. I've added https://github.com/binary-husky/gpt_academic to catch those in the ecosystem checks, it's a popular repo with mixed english and chinese comments and symbols.
This commit is contained in:
parent
09296e3e3c
commit
a2bc635584
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ REPOSITORIES: list[Repository] = [
|
|||
Repository("docker", "docker-py", "main"),
|
||||
Repository("freedomofpress", "securedrop", "develop"),
|
||||
Repository("fronzbot", "blinkpy", "dev"),
|
||||
Repository("binary-husky", "gpt_academic", "master"),
|
||||
Repository("ibis-project", "ibis", "master"),
|
||||
Repository("ing-bank", "probatus", "main"),
|
||||
Repository("jrnl-org", "jrnl", "develop"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue