Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Aug 27, 2024
1 parent e097aeb commit e1ce595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ setup_with_pyenv:

install_git_hooks: install_trunk
trunk init
trunk actions run configure-pyright

check:
trunk fmt
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A simple CLI tool to greet by name."
authors = ["Your Name <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
packages = [{include = "gcf_data_mapper"}]
packages = [{ include = "gcf_data_mapper" }]

[tool.poetry.dependencies]
python = ">=3.10"
Expand All @@ -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"

0 comments on commit e1ce595

Please sign in to comment.