File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -71,20 +71,6 @@ cloud-export-to-parquet = [
7171 " pyarrow>=19.0.1" ,
7272]
7373
74- [tool .uv ]
75- default-groups = [
76- " dev" ,
77- " bedrock" ,
78- " dsl" ,
79- " encryption" ,
80- " gevent" ,
81- " langchain" ,
82- " nexus" ,
83- " open-telemetry" ,
84- " pydantic-converter" ,
85- " sentry" ,
86- " trio-async" ,
87- ]
8874
8975[tool .hatch .build .targets .sdist ]
9076include = [" ./**/*.py" ]
@@ -134,8 +120,8 @@ build-backend = "hatchling.build"
134120[tool .poe .tasks ]
135121format = [{cmd = " uv run black ." }, {cmd = " uv run isort ." }]
136122lint = [{cmd = " uv run black --check ." }, {cmd = " uv run isort --check-only ." }, {ref = " lint-types" }]
137- lint-types = " uv run mypy --check-untyped-defs --namespace-packages ."
138- test = " uv run pytest"
123+ lint-types = " uv run --all-groups mypy --check-untyped-defs --namespace-packages ."
124+ test = " uv run --all-groups pytest"
139125
140126[tool .pytest .ini_options ]
141127asyncio_mode = " auto"
You can’t perform that action at this time.
0 commit comments