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 black with ruff format #177

Merged
merged 7 commits into from
Oct 29, 2023
Merged

Replace black with ruff format #177

merged 7 commits into from
Oct 29, 2023

Commits on Oct 29, 2023

  1. Pin ruff to >= 0.1.3

    Signed-off-by: Mattt Zmuda <mattt@replicate.com>
    mattt committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    365e6ec View commit details
    Browse the repository at this point in the history
  2. Ignore W191 linting rule

    Signed-off-by: Mattt Zmuda <mattt@replicate.com>
    mattt committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6b45235 View commit details
    Browse the repository at this point in the history
  3. Update VSCode settings to use ruff as default formatter

    Signed-off-by: Mattt Zmuda <mattt@replicate.com>
    mattt committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    7756e86 View commit details
    Browse the repository at this point in the history
  4. Run ruff format on project

    Signed-off-by: Mattt Zmuda <mattt@replicate.com>
    mattt committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    866d26e View commit details
    Browse the repository at this point in the history
  5. Replace black with ruff format check in CI workflow

    Signed-off-by: Mattt Zmuda <mattt@replicate.com>
    mattt committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e2814c6 View commit details
    Browse the repository at this point in the history
  6. Remove black from dev dependencies

    Signed-off-by: Mattt Zmuda <mattt@replicate.com>
    mattt committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    72d05a5 View commit details
    Browse the repository at this point in the history
  7. Ignore ANN401 for dynamically typed expressions

    Signed-off-by: Mattt Zmuda <mattt@replicate.com>
    mattt committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    9a2ac79 View commit details
    Browse the repository at this point in the history