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:
konsti 2023-12-19 22:14:01 +01:00 committed by GitHub
parent 09296e3e3c
commit a2bc635584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"),