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

chore: add ruff for code formatting #61

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

lumasepa
Copy link
Member

@lumasepa lumasepa commented Nov 26, 2024

Fixes

Python code formating.
We use pylint to lint the code, but pylint isn't a formatter, in their page they recommend using black, pep8 or ruff to format the code, in this PR I introduce ruff to format the code

Changes

Add ruff for code formatting, format code, and add CI check of code format

@navasvarela navasvarela merged commit 9a165fd into main Nov 26, 2024
4 checks passed
@navasvarela navasvarela deleted the chore/add-code-formatting branch November 26, 2024 11:45
@navasvarela navasvarela changed the title chore: add code formatting chore: add ruff for code formatting Nov 26, 2024
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