We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f6f5f commit 3fb419bCopy full SHA for 3fb419b
pyproject.toml
@@ -106,14 +106,16 @@ build = ["build"]
106
coverage = ["coverage"]
107
examples = ["rsconnect-python", "pandas"]
108
git = ["pre-commit"]
109
-site = ["quartodoc"]
+lint = ["ruff", "pyright"]
110
+site = ["quartodoc==0.8.1", "griffe>=1.3.2"]
111
test = ["responses", "pytest", "pyjson5"]
112
# Default install group by `uv`
113
dev = [
114
{ include-group = "build" },
115
{ include-group = "coverage" },
116
{ include-group = "examples" },
117
{ include-group = "git" },
118
+ { include-group = "lint" },
119
{ include-group = "site" },
120
{ include-group = "test" },
121
]
0 commit comments