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

feat(pre-commit): add --profile=black argument to isort hook #5538

Closed
wants to merge 1 commit into from

Conversation

Sreechandh22
Copy link

Description

This PR adds the --profile=black argument to the isort hook in the .pre-commit-config.yaml file. This ensures alignment between isort and black, reducing potential formatting conflicts and improving consistency in code formatting across the project.

How was this PR tested?

The change was validated by:
Running pre-commit run --all-files to confirm the isort and black hooks work without conflicts.
Ensuring no unintended modifications or errors occurred in existing files.

Notes for reviewers

None.

Effects on system behavior

None.

Copy link

github-actions bot commented Dec 8, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@Sreechandh22 Sreechandh22 closed this by deleting the head repository Dec 14, 2024
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