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 ```