Rename venv-path to python (#16347)

This commit is contained in:
Micha Reiser 2025-02-24 18:41:06 +00:00 committed by GitHub
parent 45bae29a4b
commit 4732c58829
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 83 additions and 59 deletions

View file

@ -7,7 +7,7 @@ use crate::suppression::{INVALID_IGNORE_COMMENT, UNKNOWN_RULE, UNUSED_IGNORE_COM
pub use db::Db;
pub use module_name::ModuleName;
pub use module_resolver::{resolve_module, system_module_search_paths, KnownModule, Module};
pub use program::{Program, ProgramSettings, SearchPathSettings, SitePackages};
pub use program::{Program, ProgramSettings, PythonPath, SearchPathSettings};
pub use python_platform::PythonPlatform;
pub use semantic_model::{HasType, SemanticModel};