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(deps): Update ruff requirement from <0.5 to <0.6 #75

Merged
merged 2 commits into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. Chore(deps): Update ruff requirement from <0.5 to <0.6

    Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.0.18...0.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    88f0f97 View commit details
    Browse the repository at this point in the history
  2. Chore: Fix code after upgrading ruff linter

    E721 Use `is` and `is not` for type comparisons, or `isinstance()` for
    isinstance checks.
    amotl committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d764a8b View commit details
    Browse the repository at this point in the history