Commit 95ed10a
Apply ruff-format fixes to unblock CI
Two pre-existing formatting violations were unmasked by the current
CI ruff version: a multi-line raise in discrete_state_transitions.py
(from cd2729d) and a multi-line method signature in
test_predict_covariate_transitions.py (latent from 4131d8f). Both are
mechanical ruff-format outputs with zero behavioral impact.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d09523e commit 95ed10a
2 files changed
Lines changed: 2 additions & 6 deletions
File tree
- src/non_local_detector
- tests/models
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
399 | | - | |
400 | | - | |
| 398 | + | |
401 | 399 | | |
402 | 400 | | |
403 | 401 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 117 | + | |
120 | 118 | | |
121 | 119 | | |
122 | 120 | | |
| |||
0 commit comments