Skip to content

feat: Adding robust unit support for pydantic models. #100

feat: Adding robust unit support for pydantic models.

feat: Adding robust unit support for pydantic models. #100

Triggered via pull request October 12, 2025 18:01
@pesappesap
synchronize #26
pesap/units
Status Failure
Total duration 40s
Artifacts

ci.yaml

on: pull_request
Matrix: pytest
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ruff
Process completed with exit code 1.
Ruff (D401): src/r2x_core/plugins.py#L440
src/r2x_core/plugins.py:440:13: D401 First line of docstring should be in imperative mood: "Internal decorator that registers the filter function."
Ruff (D401): src/r2x_core/plugins.py#L409
src/r2x_core/plugins.py:409:9: D401 First line of docstring should be in imperative mood: "Decorator to register a filter function."
Ruff (D401): src/r2x_core/plugins.py#L392
src/r2x_core/plugins.py:392:13: D401 First line of docstring should be in imperative mood: "Internal decorator that registers the system modifier function."
Ruff (D401): src/r2x_core/plugins.py#L360
src/r2x_core/plugins.py:360:9: D401 First line of docstring should be in imperative mood: "Decorator to register a system modifier function."
Ruff (D401): src/r2x_core/h5_readers.py#L14
src/r2x_core/h5_readers.py:14:5: D401 First line of docstring should be in imperative mood: "Generic H5 reader that adapts to any file structure via configuration."
Ruff (D400): src/r2x_core/__init__.py#L1
src/r2x_core/__init__.py:1:1: D400 First line should end with a period
pre-commit
Process completed with exit code 1.