Skip to content

Commit 96a4562

Browse files
author
DevForge Engineer
committed
docs: fix typo 'uff' -> 'ruff' in CONTRIBUTING.md (broken commands)
1 parent 32a0ac9 commit 96a4562

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ Thanks for your interest in contributing!
88
2. Create a virtual environment: python -m venv .venv && source .venv/bin/activate
99
3. Install dev dependencies: pip install -e ".[dev]"
1010
4. Run tests: pytest tests/ -v
11-
5. Lint: uff check src/
11+
5. Lint:
12+
ruff check src/
1213

1314
## Pull Requests
1415

1516
- Fork the repo and create a feature branch
1617
- Add tests for any new functionality
1718
- Ensure all existing tests pass
18-
- Run uff check src/ --fix before committing
19+
- Run
20+
ruff check src/ --fix before committing
1921
- Keep PRs focused on a single change
2022

2123
## Reporting Issues

0 commit comments

Comments
 (0)