|
|
|
|
|
by BHSPitMonkey
262 days ago
|
|
Ruff doesn't do this, and in fact even lets you specify modules that _must_ not be imported at the top level (banned-module-level-imports = [...]) I banished the worst/heaviest libraries to this list at my workplace and it's been really helpful at keeping startup times from regressing. |
|