From 51184542d25809356a128686ac6c61ea942f473b Mon Sep 17 00:00:00 2001 From: fderuiter <127706008+fderuiter@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:34:47 +0000 Subject: [PATCH] docs: fix mypy path in README.md Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e35ac7..97dc88f2 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ the specified table name. See ``docs/cli.rst`` for full examples. poetry run ruff check --fix . poetry run black --check . poetry run isort --check --profile black . -poetry run mypy imednet +poetry run mypy src/imednet poetry run pytest -q ```