Skip to content

Commit 32898b4

Browse files
authored
Merge branch 'main' into fix-gear-geometry
2 parents 5051699 + ed63fb5 commit 32898b4

35 files changed

Lines changed: 7925 additions & 28 deletions

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
run: |
3737
pip install pytest
3838
pytest ross --cov=ross
39-
- name: Run Ruff
39+
- name: Run Ruff
4040
run: |
4141
ruff check ross
42+
ruff format --check ross
4243
if: success()
4344
- name: Coverage and Deployment
4445
run: codecov

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@ pip-selfcheck.json
136136
!/tools/plots/index.html
137137
/docs/references/generated/
138138
/.claude
139-
.mcp.json
139+
.mcp.json
140+
uv.lock

0 commit comments

Comments
 (0)