diff --git a/Makefile b/Makefile index bc24beb..e952f9a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ setup_with_pyenv: install_git_hooks: install_trunk trunk init - trunk actions run configure-pyright check: trunk fmt diff --git a/pyproject.toml b/pyproject.toml index ef4f5a9..7fdbcff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A simple CLI tool to greet by name." authors = ["Your Name "] license = "Apache-2.0" readme = "README.md" -packages = [{include = "gcf_data_mapper"}] +packages = [{ include = "gcf_data_mapper" }] [tool.poetry.dependencies] python = ">=3.10" @@ -20,3 +20,6 @@ gcf_data_mapper = "gcf_data_mapper.cli:greet" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.pyright] +venv = "gcf-dm"