We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a0ac9 commit 96a4562Copy full SHA for 96a4562
1 file changed
CONTRIBUTING.md
@@ -8,14 +8,16 @@ Thanks for your interest in contributing!
8
2. Create a virtual environment: python -m venv .venv && source .venv/bin/activate
9
3. Install dev dependencies: pip install -e ".[dev]"
10
4. Run tests: pytest tests/ -v
11
-5. Lint: uff check src/
+5. Lint:
12
+ruff check src/
13
14
## Pull Requests
15
16
- Fork the repo and create a feature branch
17
- Add tests for any new functionality
18
- Ensure all existing tests pass
-- Run uff check src/ --fix before committing
19
+- Run
20
+ruff check src/ --fix before committing
21
- Keep PRs focused on a single change
22
23
## Reporting Issues
0 commit comments