Skip to content

Commit

Permalink
change timer_mypy venv name
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Oct 24, 2024
1 parent e2437e6 commit 2d9ed89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mypy_primer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ async def measure_project_runtimes() -> None:
ARGS = ctx.get()

if ARGS.type_checker == "mypy":
base_name = "timer_mypy" if ARGS.new is None else f"timer_mypy_{ARGS.new}"
type_checker_exe = await setup_mypy(
ARGS.base_dir / "timer_mypy",
ARGS.base_dir / base_name,
ARGS.new or RECENT_MYPYS[0],
repo=ARGS.repo,
mypyc_compile_level=ARGS.mypyc_compile_level,
Expand Down

0 comments on commit 2d9ed89

Please sign in to comment.