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

Autopep8 format check action #280

Draft
wants to merge 12 commits into
base: main
Choose a base branch
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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    b7bfc0d View commit details
    Browse the repository at this point in the history
  2. removed in-place flag

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ea9a54f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0806518 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79c9b9a View commit details
    Browse the repository at this point in the history