Skip to content

Commit 3fb419b

Browse files
committed
Add more dev pkgs
1 parent 55f6f5f commit 3fb419b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,16 @@ build = ["build"]
106106
coverage = ["coverage"]
107107
examples = ["rsconnect-python", "pandas"]
108108
git = ["pre-commit"]
109-
site = ["quartodoc"]
109+
lint = ["ruff", "pyright"]
110+
site = ["quartodoc==0.8.1", "griffe>=1.3.2"]
110111
test = ["responses", "pytest", "pyjson5"]
111112
# Default install group by `uv`
112113
dev = [
113114
{ include-group = "build" },
114115
{ include-group = "coverage" },
115116
{ include-group = "examples" },
116117
{ include-group = "git" },
118+
{ include-group = "lint" },
117119
{ include-group = "site" },
118120
{ include-group = "test" },
119121
]

0 commit comments

Comments
 (0)