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

Run ruff on codebase #468

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Run ruff on codebase #468

wants to merge 3 commits into from

Conversation

aless10
Copy link
Contributor

@aless10 aless10 commented Aug 21, 2024

refactor codebase to be compatible with some style guidelines. I ran

  • ruff check --fix scrunch for the linter
  • black scrunch for the formatter

I would like to use ruff also for the formatter, but it breaks pyt2 compatibility in one case, the kwargs trailing comma.
Next, I am going to add some pre commit hooks that reflect what I did here

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