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

update ruff, move ruff settings to ruff.toml #1337

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

darthtrevino
Copy link
Member

@darthtrevino darthtrevino commented Oct 30, 2024

Description

  • Update ruff to 0.7.1, which includes some formatting changes.
  • Move ruff config to ruff.toml, this helps to make our ruff settings more portable/shareable.
  • Update settings.json:
    • remove Javascript-ecosystem config
    • enable Python auto-formatting
    • Set up ruff to use the native server (not having this caused some issues for me in vscode)
  • Add .gitattributes file to bypass autocrlf on Windows, which caused newer versions of pyright to fail.

Related Issues

[Reference any related issues or tasks that this pull request addresses.]

Proposed Changes

[List the specific changes made in this pull request.]

Checklist

  • I have tested these changes locally.
  • I have reviewed the code changes.
  • I have updated the documentation (if necessary).
  • I have added appropriate unit tests (if applicable).

Additional Notes

[Add any additional notes or context that may be helpful for the reviewer(s).]

@darthtrevino darthtrevino requested review from a team as code owners October 30, 2024 19:55
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