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

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    2450e29 View commit details
    Browse the repository at this point in the history
  2. chore(ruff): f-string formatting fixes from ruff 0.4.2

    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)
    tony committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    62db760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c86de50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9c3e20 View commit details
    Browse the repository at this point in the history