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 #422

Merged
merged 4 commits into from Apr 27, 2024
Merged

Conversation

tony
Copy link
Owner

@tony tony commented Apr 27, 2024

Changes

Dev package updates, including ruff 0.4.2

chore: f-string updates

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

Fixed 9 errors:
- docs/conf.py:
    2 × UP031 (printf-string-formatting)
- src/django_docutils/lib/directives/code.py:
    1 × COM812 (missing-trailing-comma)
- src/django_docutils/lib/transforms/code.py:
    2 × UP031 (printf-string-formatting)
    2 × UP032 (f-string)
- src/django_docutils/lib/writers.py:
    1 × UP031 (printf-string-formatting)
    1 × UP032 (f-string)
Copy link

codecov bot commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.16%. Comparing base (f6ccfd3) to head (e9c3e20).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #422   +/-   ##
=======================================
  Coverage   74.16%   74.16%           
=======================================
  Files          43       43           
  Lines        1142     1142           
=======================================
  Hits          847      847           
  Misses        295      295           

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

None yet

1 participant