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 as linter option #17

Merged
merged 1 commit into from
Feb 18, 2024
Merged

Add Ruff as linter option #17

merged 1 commit into from
Feb 18, 2024

Conversation

rm03
Copy link
Member

@rm03 rm03 commented Feb 18, 2024

Add Ruff as a linter option in the Django Check.

The following commands are essentially equivalent:

  • ruff check . and flake8 .
  • ruff format --check . and black --check .
  • ruff format --diff . and black --diff .

@rm03 rm03 requested review from joyliu-q and esinx February 18, 2024 01:34
Copy link
Member

@esinx esinx left a comment

Choose a reason for hiding this comment

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

LGTM!

@esinx esinx merged commit 820cdfd into main Feb 18, 2024
1 check passed
@esinx esinx deleted the add-ruff branch February 18, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants