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

Replace flake8 and isort with ruff linter and add black --check to linting step #1763

Merged
merged 17 commits into from Jul 15, 2023

Commits on May 27, 2023

  1. Add ruff

    micahellison committed May 27, 2023
    Configuration menu
    Copy the full SHA
    17d3040 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

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

Commits on Jun 25, 2023

  1. Add ruff config

    micahellison committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    1ed2bd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jul 1, 2023

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

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    8062bf1 View commit details
    Browse the repository at this point in the history
  2. Resolve ruff line length 88 rule in args. Changing small lines but ad…

    …ding a noqa ignore directive to longer lines that look best as they are. Their dedented length is still less than 88
    micahellison committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    edd61b3 View commit details
    Browse the repository at this point in the history
  3. poe format

    micahellison committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ece44c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71e1b38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7423c59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51d8369 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5187ee5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9a9ba4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8f4a9d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    f247d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f12cc5 View commit details
    Browse the repository at this point in the history
  3. Remove extraneous period

    micahellison committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    fd23c98 View commit details
    Browse the repository at this point in the history