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

Action to enforce python formatting #273

Closed
wants to merge 8 commits into from

Commits on Jul 19, 2024

  1. introducing github action for python formatting

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6953241 View commit details
    Browse the repository at this point in the history
  2. auto-format on check failure

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    db49dd0 View commit details
    Browse the repository at this point in the history
  3. update the PR with the new formatting

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fce42e0 View commit details
    Browse the repository at this point in the history
  4. instead of updating the formatting of the code, instruct the submitte…

    …r with a comment
    
    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b3be5f1 View commit details
    Browse the repository at this point in the history
  5. Less verbose code formatting comment

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ea62311 View commit details
    Browse the repository at this point in the history
  6. Simply have the check fail

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0954b54 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. changing check to autopep8

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cde59d5 View commit details
    Browse the repository at this point in the history
  2. check autopep8 recursivley

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1ac2ea6 View commit details
    Browse the repository at this point in the history