Skip to content

Commit 4aca457

Browse files
committed
Apply ruff formatting.
1 parent 02413d0 commit 4aca457

37 files changed

+1138
-514
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install cmdstan
3737
run: uv run python -m cmdstanpy.install_cmdstan --version ${{ env.cmdstanVersion }}
3838
- name: Lint the code
39-
run: true
39+
run: uv run ruff format --check
4040
- name: Run test_infer_mdn_tree separately
4141
run: uv run pytest tests/scripts/test_infer_mdn_tree.py --cov=summaries --cov-report=term-missing
4242
- name: Run all other tests

0 commit comments

Comments
 (0)