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

Add Ruff linter and formatter. #4

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

Conversation

S-aiueo32
Copy link

@S-aiueo32 S-aiueo32 commented Jan 15, 2024

Thanks for a great repository.

I am currently trying to read through your repository and was concerned about the lack of uniformity in formatting, which reduces readability.

This PR introduces Ruff, a modern linter/formatter, and applies mechanical fixes to the code with the following commands:

$ poetry run ruff check . --fix
$ poetry run ruff format .

@neonwatty
Copy link

Very easy add and would standardize things nicely.

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