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

delta_debug: reduce review noise by getting some simple formatting changes in #5467

Conversation

oharboe
Copy link
Collaborator

@oharboe oharboe commented Jul 29, 2024

Broke out some changes from #5223 top make review easier.

@maliberty We need to pick some Python code formatting standard and add that to the repository, otherwise "format source code" is going to give different results depending on locally configured Python IDE...

…anges in

Co-authored-by: Øyvind Harboe <[email protected]>

Signed-off-by: Øyvind Harboe <[email protected]>
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

so that commits won't dither back and forth between
locally configured styles

Signed-off-by: Øyvind Harboe <[email protected]>
@oharboe oharboe requested a review from maliberty July 29, 2024 05:43
@oharboe
Copy link
Collaborator Author

oharboe commented Jul 29, 2024

@maliberty Picked some formatting rules as a starting point. Fairly forgiving, can be tightened. Only one "flake8 ." error now(a bit tricky to fix because it has to do with mocking and imports, so beyond this PR).

@oharboe
Copy link
Collaborator Author

oharboe commented Jul 29, 2024

@habibayassin FYI

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@maliberty
Copy link
Member

I would pick black over yapf. flake8 is fine.

@oharboe
Copy link
Collaborator Author

oharboe commented Jul 29, 2024

I would pick black over yapf. flake8 is fine.

Sounds good to me, I havent used it.

Could you institute it?

@oharboe
Copy link
Collaborator Author

oharboe commented Jul 29, 2024

@maliberty Instituting black makes this PR moot

@oharboe oharboe closed this Jul 29, 2024
@oharboe oharboe deleted the delta-debug-python-idiomatic branch July 29, 2024 23:31
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.

3 participants