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 for linting #1257

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Use ruff for linting #1257

merged 2 commits into from
Aug 10, 2023

Conversation

manthey
Copy link
Member

@manthey manthey commented Aug 10, 2023

ruff and isort disagree about how to sort imports. flake8-isort seems to always fail if ruff reformats imports; ruff fails if isort reformats imports.

ruff doesn't completely format spacing, so autopep8 is still needed for formatting.

ruff and isort disagree about how to sort imports.  flake8-isort seems
to always fail if ruff reformats imports; ruff fails if isort reformats
imports.

ruff doesn't completely format spacing, so autopep8 is still needed for
formatting.
@manthey manthey merged commit 3ec302e into master Aug 10, 2023
@manthey manthey deleted the ruff branch August 10, 2023 13:14
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.

1 participant