Skip to content

Commit

Permalink
Add pyright in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Nov 21, 2024
1 parent 6d4bbf5 commit 46dde52
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/git/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.uv]
dev-dependencies = ["ruff>=0.7.3"]
dev-dependencies = [
"pyright>=1.1.389",
"ruff>=0.7.3",
]
28 changes: 27 additions & 1 deletion src/git/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/sqlite/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ dependencies = ["mcp>=0.9.1"]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.uv]
dev-dependencies = [
"pyright>=1.1.389",
]

[project.scripts]
mcp-server-sqlite = "mcp_server_sqlite:main"
30 changes: 30 additions & 0 deletions src/sqlite/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46dde52

Please sign in to comment.