Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote/exporter: apply ruff format fixes for 2025 style guide #1563

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

Bastian-Krause
Copy link
Member

Description
This change is caused by updating ruff 0.8.6 -> 0.9.0. The changelog reads:

Ruff now formats your code according to the 2025 style guide. As a result, your code might now get formatted differently. See the formatter section for a detailed list of changes.

From: https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md

Fixes the scheduled CI errors: https://github.com/labgrid-project/labgrid/actions/runs/12705943303/job/35417915127

Checklist

  • PR has been tested

This change is caused by updating ruff 0.8.6 -> 0.9.0. The changelog
reads:

  "Ruff now formats your code according to the 2025 style guide. As a
  result, your code might now get formatted differently. See the
  formatter section for a detailed list of changes." [1]

[1] https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md

Signed-off-by: Bastian Krause <[email protected]>
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.2%. Comparing base (3818269) to head (74ab69e).
Report is 2 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1563   +/-   ##
======================================
  Coverage    56.2%   56.2%           
======================================
  Files         170     170           
  Lines       13248   13248           
======================================
  Hits         7449    7449           
  Misses       5799    5799           
Flag Coverage Δ
3.10 56.2% <ø> (ø)
3.11 56.2% <ø> (ø)
3.12 56.2% <ø> (ø)
3.13 56.1% <ø> (ø)
3.9 56.2% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Emantor Emantor merged commit 4c78974 into labgrid-project:master Jan 10, 2025
11 checks passed
@Bastian-Krause Bastian-Krause deleted the bst/ruff-2025 branch January 13, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants