Skip to content

style: apply ruff format to src/configdrift/diff.py #6

style: apply ruff format to src/configdrift/diff.py

style: apply ruff format to src/configdrift/diff.py #6

Triggered via push June 29, 2026 07:53
Status Failure
Total duration 16s
Artifacts
code-review  /  Automated code review
12s
code-review / Automated code review
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
code-review / Automated code review
Process completed with exit code 1.
ruff (B008): src/configdrift/cli.py#L220
src/configdrift/cli.py:220:28: B008 Do not perform function call `typer.Option` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
ruff (B008): src/configdrift/cli.py#L220
src/configdrift/cli.py:220:28: B008 Do not perform function call `typer.Option` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
code-review / Automated code review
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/