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

Bump dev dependencies, including ruff 0.4.2, f-string tweaks (#460) #460

Merged
merged 3 commits into from
Apr 27, 2024

Conversation

tony
Copy link
Member

@tony tony commented Apr 27, 2024

Changes

Dev package updates, including ruff 0.4.2

chore: f-string updates

See also

ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .

Fixed 31 errors:
- docs/conf.py:
     2 × UP031 (printf-string-formatting)
- src/libvcs/_internal/shortcuts.py:
     1 × UP031 (printf-string-formatting)
     1 × UP032 (f-string)
     1 × EM103 (dot-format-in-exception)
- src/libvcs/exc.py:
     1 × UP031 (printf-string-formatting)
     1 × UP032 (f-string)
- src/libvcs/sync/git.py:
    11 × UP031 (printf-string-formatting)
    11 × UP032 (f-string)
- tests/test_exc.py:
     1 × UP031 (printf-string-formatting)
     1 × UP032 (f-string)
Copy link

codecov bot commented Apr 27, 2024

Codecov Report

Attention: Patch coverage is 84.61538% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 62.65%. Comparing base (a3e21b3) to head (85b62af).

Files Patch % Lines
src/libvcs/sync/git.py 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #460      +/-   ##
==========================================
+ Coverage   62.64%   62.65%   +0.01%     
==========================================
  Files          39       39              
  Lines        3437     3438       +1     
  Branches      927      927              
==========================================
+ Hits         2153     2154       +1     
  Misses        764      764              
  Partials      520      520              

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

@tony tony changed the title Ruff 0.4.2 Bump dev dependencies, including ruff 0.4.2, f-string tweaks (#460) Apr 27, 2024
@tony tony merged commit 0854ac5 into master Apr 27, 2024
7 checks passed
@tony tony deleted the ruff-0.4.2 branch April 27, 2024 11:30
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.

None yet

1 participant