Skip to content

Commit eaf8ddd

Browse files
Apply suggestions from code review
Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
1 parent f6c6215 commit eaf8ddd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Each package lives under its own directory with a `pyproject.toml` and `tests/`.
4242
uv sync --frozen --all-packages
4343

4444
# Lint (runs ruff via pre-commit)
45-
uv run pre-commit run ruff --all-files
45+
uv run tox -e precommit
4646

4747
# Test a specific package
4848
uv run tox -e py312-test-opentelemetry-sdk
4949

5050
# Type check
51-
uv run tox -e lint-opentelemetry-sdk
51+
uv run tox -e typecheck
5252
```
5353

5454
## Guidelines

0 commit comments

Comments
 (0)