summary refs log tree commit diff
path: root/stubs/icu.pyi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to ruff instead of flake8. (#14633)Patrick Cloke2022-12-211-0/+2
| | | | | ruff is a flake8-compatible Python linter written in Rust. It supports the flake8 plugins that we use and is significantly faster in testing.
* Add optional ICU support for user search (#14464)Brendan Abolivier2022-12-121-0/+25
Fixes #13655 This change uses ICU (International Components for Unicode) to improve boundary detection in user search. This change also adds a new dependency on libicu-dev and pkg-config for the Debian packages, which are available in all supported distros.