diff --git a/pyproject.toml b/pyproject.toml index 3cad230b..f4df9e84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,52 +34,9 @@ select = [ [tool.ruff.lint.isort] combine-as-imports = true extra-standard-library = [ + # Group these with stdlib "typing_extensions", "_typeshed", - # Extra modules not recognized by Ruff/isort - "_ast", - "_bisect", - "_bootlocale", - "_codecs", - "_collections_abc", - "_compat_pickle", - "_compression", - "_csv", - "_ctypes", - "_curses", - "_decimal", - "_dummy_thread", - "_dummy_threading", - "_heapq", - "_imp", - "_json", - "_locale", - "_lsprof", - "_markupbase", - "_msi", - "_operator", - "_osx_support", - "_posixsubprocess", - "_py_abc", - "_pydecimal", - "_random", - "_sitebuiltins", - "_socket", - "_sqlite3", - "_ssl", - "_stat", - "_thread", - "_threading_local", - "_tkinter", - "_tracemalloc", - "_warnings", - "_weakref", - "_weakrefset", - "_winapi", - "genericpath", - "opcode", - "pyexpat", - "zoneinfo", ] [tool.pyright]