Skip to content

Commit cc04805

Browse files
committed
Add Zuban version to zmypy
1 parent c3c525e commit cc04805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/zmypy/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ pub fn with_diagnostics_from_cli<T>(
286286
typeshed_path: Option<Arc<NormalizedPath>>,
287287
callback: impl FnOnce(Diagnostics, &DiagnosticConfig) -> T,
288288
) -> anyhow::Result<T> {
289+
tracing::info!("Zuban version {}", env!("CARGO_PKG_VERSION"));
289290
tracing::info!("Checking in {current_dir}");
290291
let (mut project, diagnostic_config) =
291292
project_from_cli(cli, &current_dir, typeshed_path, |name| std::env::var(name));

0 commit comments

Comments
 (0)