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

Format code using black #661

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Commits on Oct 2, 2023

  1. Format code using black

    System tests code has a problem - different formatting is applied in different
    files, classes, or even functions.
    I'm tired of "adjusting" for each class, ignoring IDE warnings, manually
    removing autocorrect from the IDE's built-in formatter, etc.
    
    I suggest formatting the code once using black formatter:
    https://pypi.org/project/black/
    And further accept only formatted code.
    
    I used this command to format the code:
    python -m black neofs-testcases -t py310
    
    Signed-off-by: Oleg Kulachenko <[email protected]>
    vvarg229 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ef04906 View commit details
    Browse the repository at this point in the history