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

Move to Ruff for linting and modernize code base #80

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

geigerzaehler
Copy link
Owner

We replace basic flake8 for linting and isort and black for formatting
with Ruff. We enable a couple of linters and fix the offending code.

We replace basic flake8 for linting and isort and black for formatting
with Ruff. We enable a couple of linters and fix the offending code.
@geigerzaehler geigerzaehler marked this pull request as ready for review April 1, 2024 11:46
@geigerzaehler geigerzaehler merged commit 7ddb3f4 into main Apr 2, 2024
7 of 9 checks passed
@geigerzaehler geigerzaehler deleted the lint-and-modernize branch April 2, 2024 14:32
@wisp3rwind
Copy link
Collaborator

wisp3rwind commented Apr 8, 2024

Nice; I've recently discovered ruff as well: Its speed compared to pylint really is a gamechanger.

@geigerzaehler
Copy link
Owner Author

Yeah, I agree. It’s also nice to just use one tool for formatting and linting and not rely on a lot of separate linting packages.

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.

2 participants