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

CI: Ruff #5123

Merged
merged 10 commits into from
Aug 21, 2024
Merged

CI: Ruff #5123

merged 10 commits into from
Aug 21, 2024

Commits on Aug 18, 2024

  1. Pre-Commits: Ruff

    Ruff is an extremely fast Python linter and code formatter. It replaces
    tools such as autoflake, flake8, pyflakes, or pylint.
    ax3l committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    bd2b5fc View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    ax3l and pre-commit-ci[bot] committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0930756 View commit details
    Browse the repository at this point in the history
  3. Import Bugs: Missing and Shadowing

    - add missing imports
    - fix shadowing of import names with variables
    ax3l committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    71b1b76 View commit details
    Browse the repository at this point in the history
  4. Constant c already imported

    Fix "Redefinition of unused `c`".
    ax3l committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    83df0a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    716c202 View commit details
    Browse the repository at this point in the history
  6. Fix: File is not always closed

    Properly close file after reading `warpx_used_inputs`.
    ax3l committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    97806df View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Checksum import: Use Temporaries

    Suggestion by Dave.
    ax3l authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f583951 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    6ccf64f View commit details
    Browse the repository at this point in the history
  2. f-string

    ax3l authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2cea3af View commit details
    Browse the repository at this point in the history
  3. Capacitive Discharge Analysis: Keep Block

    Format off
    ax3l committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    19a764f View commit details
    Browse the repository at this point in the history