diff --git a/pyproject.toml b/pyproject.toml index 5a5b7839..1a3ce67b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ select = [ ] [tool.ruff.isort] -known-first-party = ["unihan_etl", "cihai"] +known-first-party = ["unihan_db", "unihan_etl", "cihai"] combine-as-imports = true [tool.ruff.pydocstyle]