From 0e31173ee1f5dd5610dd267693faf2b1f7f6220a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 23:10:23 +0200 Subject: [PATCH] build(deps-dev): bump ruff from 0.4.10 to 0.5.0 (#359) * build(deps): bump ruff from 0.4.10 to 0.5.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.10 to 0.5.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.10...0.5.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * style(pre-commit): bump ruff to 0.5.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: F-G Fernandez <26927750+frgfm@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26001cd0f..fb78d4b86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: args: ['--branch', 'main'] - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.4.10' + rev: 'v0.5.0' hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index b008932fd..01fc2322d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ training = [ "codecarbon>=2.0.0,<3.0.0", ] quality = [ - "ruff==0.4.10", + "ruff==0.5.0", "mypy==1.10.0", "types-tqdm", "pre-commit>=3.0.0,<4.0.0", @@ -83,7 +83,7 @@ dev = [ "pytest-pretty>=1.0.0,<2.0.0", "onnx>=1.13.0,<2.0.0", # style - "ruff==0.4.10", + "ruff==0.5.0", "mypy==1.10.0", "types-tqdm", "pre-commit>=3.0.0,<4.0.0",