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

DEV: Remove excluding Ruff rule PLC0206 #3185

Merged
merged 2 commits into from
Mar 13, 2025
Merged

Conversation

j-t-1
Copy link
Contributor

@j-t-1 j-t-1 commented Mar 13, 2025

PLC0206: Extracting value from dictionary without calling ".items()".

j-t-1 added 2 commits March 13, 2025 09:19
PLC0206: Extracting value from dictionary without calling ".items()".
@j-t-1
Copy link
Contributor Author

j-t-1 commented Mar 13, 2025

We only had one place where this Ruff rule was needed.

Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.51%. Comparing base (d94723f) to head (dca1e4f).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3185   +/-   ##
=======================================
  Coverage   96.51%   96.51%           
=======================================
  Files          53       53           
  Lines        8933     8933           
  Branches     1639     1639           
=======================================
  Hits         8622     8622           
  Misses        187      187           
  Partials      124      124           

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stefan6419846 stefan6419846 merged commit fcedb98 into py-pdf:main Mar 13, 2025
16 checks passed
@j-t-1 j-t-1 deleted the PLC0206 branch March 13, 2025 12:43
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