Skip to content

Commit 2d42884

Browse files
authored
Add dev dependency group with tox-uv and pre-commit (#3927)
* testing * Add dev dependency group with tox-uv and pre-commit * fix
1 parent da63c96 commit 2d42884

File tree

2 files changed

+2919
-2687
lines changed

2 files changed

+2919
-2687
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,10 @@ exclude = [
221221
"instrumentation-genai/opentelemetry-instrumentation-weaviate/examples/**/*.py",
222222
"util/opentelemetry-util-genai/tests/**/*.py",
223223
]
224+
225+
[dependency-groups]
226+
dev = [
227+
"tox",
228+
"tox-uv>=1",
229+
"pre-commit",
230+
]

0 commit comments

Comments
 (0)