Build: #2 was successful
Job: Pipeline PR Test 6.7.4 was successful
Code commits
Pipeline
-
Rui Xue fcffd076b446543d4590c39321000e16eda94c57
PIPE-3197: Codestyle updates
- Convert ImagingStatus to `Enum` for type-safe status constants
- Add type hints (PEP 604/585) to all helper functions
- Replace f-string logging with lazy formatting
- Implement robust regex-based "ppb" string parsing
- Add NaN/infinity handling in float formatting
- Improve docstrings (Google Style) with Args/Returns
- Wrap long lines to comply with 120-char limit