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

Use ruff instead of isort and black #152

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2024

  1. feat: replace isort and black for import sorting + formatting, re…

    …plicating current behaviour, including CI.
    
    Notes:
    
    - Ruff takes a single value for `target-version` - the minimum Python version that should be supported
    - Use `ruff check --fix` instead of `isort .` at CLI
    - Use `ruff format` instead of `black .` at CLI
    elliot-100 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    a860ce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e043d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64995bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a985c57 View commit details
    Browse the repository at this point in the history