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

chore: Aggressive ruff fixes #928

Merged
merged 2 commits into from
Apr 13, 2024
Merged

chore: Aggressive ruff fixes #928

merged 2 commits into from
Apr 13, 2024

Commits on Apr 13, 2024

  1. Aggressive ruff fixes

    ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes --ignore T201 --ignore F401 --ignore PT014 --ignore RUF100 --ignore PGH004; ruff format .
    
    Fixed 8 errors:
    - docs/_ext/aafig.py:
        2 × COM812 (missing-trailing-comma)
    - src/tmuxp/cli/load.py:
        1 × PLR5501 (collapsible-else-if)
    - src/tmuxp/plugin.py:
        3 × FURB110 (if-exp-instead-of-or-operator)
    - src/tmuxp/workspace/builder.py:
        2 × COM812 (missing-trailing-comma)
    
    Found 1243 errors (8 fixed, 1235 remaining).
    tony committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    85b982d View commit details
    Browse the repository at this point in the history
  2. docs(CHANGES): Note ruff pass

    tony committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b0281c0 View commit details
    Browse the repository at this point in the history