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

style: Fix and enforce formatting #316

Merged
merged 8 commits into from
Oct 24, 2024
Merged

style: Fix and enforce formatting #316

merged 8 commits into from
Oct 24, 2024

Conversation

keelerm84
Copy link
Member

This commit introduces both pycodestyle and isort tooling to the CI check
pipeline. These tools ensure a consistent code style and import order across
the codebase.

The commit also includes a number of fixes to the codebase to ensure it passes
the new checks. Most of these were automated through the use of the CLI tool
black. The rest were fixed manually.

@keelerm84 keelerm84 requested a review from a team as a code owner October 23, 2024 21:01
Copy link
Contributor

@cwaldren-ld cwaldren-ld left a comment

Choose a reason for hiding this comment

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

Approved from a "this is a good thing to do" perspective. I have not reviewed every change.

@keelerm84 keelerm84 merged commit f442e58 into main Oct 24, 2024
11 checks passed
@keelerm84 keelerm84 deleted the mk/sdk-809/pycodestyle branch October 24, 2024 18:42
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