Skip to content

Commit afe00ef

Browse files
author
Niru Nahesh
committed
Updates AGENTS file
1 parent 2791e2b commit afe00ef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Developer Instructions
22

33
## Code Style
4-
- Run `ruff check .` before committing to ensure all Python code passes linting.
4+
- Run `uv run ruff check .` before committing to ensure all Python code passes linting.
55
- Write clear docstrings for all public functions and classes.
66
- Use relative imports within the `jetplot` package.
77

88
## Testing
9-
- Execute `pytest` and ensure all tests pass before submitting a PR.
9+
- Run `uv run pytest --cov=jetplot --cov-report=term` before committing to ensure all tests pass before submitting a PR.
10+
- Run `uv run pyrefly check` before committing to ensure all pyrefly type checking passes.
1011

1112
## PR Guidelines
1213
- Your pull request description must contain a **Summary** section explaining the changes.

0 commit comments

Comments
 (0)