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

MAINT: Standardize styles with black #1289

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HaoZeke
Copy link
Member

@HaoZeke HaoZeke commented May 7, 2023

We enforce linting rules (now with ruff as of #1260) but without an auto-formatter the burden falls on the user to make sure the code conforms. I'd rather just defer to black for ensuring the code will pass the linter, it works well with ruff and doesn't seem to be too much uglier or even that different (subjectively).

@HaoZeke
Copy link
Member Author

HaoZeke commented May 7, 2023

One reason to leave this be for now is that it makes rebasing all the existing PRs a huge pain. However, there are few enough of them that it might make sense to just bite the bullet and go ahead with it.

@HaoZeke HaoZeke requested a review from mattip May 7, 2023 16:41
@mattip
Copy link
Contributor

mattip commented May 8, 2023

Given the number of contributors to ASV, this seems like churn for very little gain.

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

2 participants