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

Formatting and Linting Enhancements #43

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

martinpeck
Copy link
Member

This PR replaced black with ruff. ruff is a drop in replacement for black that also supports sorting imports. I've also installed ruff via a new dev-requirements.txt to ensure we have the latest version and can call ruff from the command line.

In addition, I've fixed OR suppressed some linting/formatting issue. The means that the current make lint will only now report the three TODO (fixme) errors.

Copy link
Collaborator

@stuartleeks stuartleeks left a comment

Choose a reason for hiding this comment

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

Cool - thanks!

@stuartleeks stuartleeks merged commit 0288ac4 into microsoft:main Sep 11, 2024
3 checks passed
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