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: (deps): Bump ruff from 0.5.5 to 0.6.0 in /ci #3599

Merged
merged 5 commits into from
Aug 16, 2024

Commits on Aug 12, 2024

  1. CI: (deps): Bump ruff from 0.5.5 to 0.5.7 in /ci

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.5 to 0.5.7.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.5.5...0.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8449732 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    18152d2 View commit details
    Browse the repository at this point in the history
  2. CI: Bump to ruff 0.6.0

    dopplershift committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f36274f View commit details
    Browse the repository at this point in the history
  3. MNT: Make ruff ignore the talks directory

    No need to lint the Python code in ancient notebooks that were
    presented.
    dopplershift committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d9bbf12 View commit details
    Browse the repository at this point in the history
  4. CI: Clean up linting action a bit

    Remove flake8 specific name and use upstream reviewdog action for setup.
    dopplershift committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0b853ad View commit details
    Browse the repository at this point in the history