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 format', instead of 'black' #284

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Commits on Nov 6, 2023

  1. Use 'ruff format', instead of 'black'

    Despite being the de facto standard in the community, let's switch from
    the black formatter to the ruff formatter. The latter is mostly
    compatible with the former but dozen times faster. So why use many tools
    if you can use just one?
    
    Since Holocron is a pet project and a great playground for me, let's how
    far 'ruff format' can get.
    ikalnytskyi committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ab4e20c View commit details
    Browse the repository at this point in the history