File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI
22
33on :
44 push :
5- branches : [main ]
5+ branches : [master ]
66 tags : ["v*"]
77 pull_request :
8- branches : [main ]
8+ branches : [master ]
99
1010permissions :
1111 contents : read
Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ Thanks for your interest in contributing!
882 . Create a virtual environment: python -m venv .venv && source .venv/bin/activate
993 . Install dev dependencies: pip install -e ".[ dev] "
10104 . Run tests: pytest tests/ -v
11- 5 . Lint: uff check src/
11+ 5 . Lint: ruff check src/
12+ 6 . Run ruff format src/ --check before committing
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 ruff check src/ --fix before committing
1920- Keep PRs focused on a single change
2021
2122## Reporting Issues
@@ -32,4 +33,4 @@ Thanks for your interest in contributing!
3233
3334## License
3435
35- By contributing, you agree your work will be licensed under the same license as this project.
36+ By contributing, you agree your work will be licensed under the same license as this project.
You can’t perform that action at this time.
0 commit comments