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

Python Flake8 linter workflow to replace stickler-ci #1786

Merged
merged 30 commits into from Jul 31, 2023

Commits on Jun 26, 2023

  1. adding flake8 linter workflow

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f23d95b View commit details
    Browse the repository at this point in the history
  2. lint only changed files

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    251a6d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebf4868 View commit details
    Browse the repository at this point in the history
  4. remove filename flag

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    93fccc5 View commit details
    Browse the repository at this point in the history
  5. remove trailing dot

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c58095f View commit details
    Browse the repository at this point in the history
  6. rename job

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    232f505 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e064e2c View commit details
    Browse the repository at this point in the history
  8. pipe filenames to xargs

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    cbc1232 View commit details
    Browse the repository at this point in the history
  9. change to check pvlib repo

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3513b52 View commit details
    Browse the repository at this point in the history
  10. only lint python files

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0023272 View commit details
    Browse the repository at this point in the history
  11. missing parenthesis

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5d9d48e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c6c36a View commit details
    Browse the repository at this point in the history
  13. try env instead of output

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    db298fb View commit details
    Browse the repository at this point in the history
  14. reformatting

    reepoi committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bed3304 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    31cbb3b View commit details
    Browse the repository at this point in the history
  2. Revert "create lint issues to try out the new linter"

    This reverts commit 31cbb3b.
    kandersolar committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    980704b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23700fd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    990d90e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b90dfdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8199b8e View commit details
    Browse the repository at this point in the history
  4. call to git fetch

    reepoi committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    79f7e35 View commit details
    Browse the repository at this point in the history
  5. use GITHUB_TOKEN for fetching

    reepoi committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0ada7c4 View commit details
    Browse the repository at this point in the history
  6. set repository read permission

    reepoi committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    dd00e8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5920174 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fdc65d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    043e507 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    1dfbe61 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    302bf35 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    7b6fda9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c987ee7 View commit details
    Browse the repository at this point in the history