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

ci: Add ruff linter action #54

Merged
merged 6 commits into from
Aug 27, 2024
Merged

Conversation

Bobbyperson
Copy link

Ruff is a new supported python linter. Since the flake8 action has an expire date I figured it would be good to add Ruff as a solution.

Pros:

  • Ruff keeps things pythonic and readable
  • Ruff does a lot of the same things flake8 does
  • Ruff does not require anything to annotate PRs and commits and instead does it out of the box
  • Ruff is a lot faster than flake8

Copy link
Member

@GeckoEidechse GeckoEidechse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you <3

@GeckoEidechse GeckoEidechse changed the title suggestion: Add ruff linter action ci: Add ruff linter action Aug 27, 2024
@GeckoEidechse GeckoEidechse merged commit 7b0b52c into R2NorthstarTools:main Aug 27, 2024
3 checks passed
@Bobbyperson Bobbyperson deleted the ruff branch August 27, 2024 18:02
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