From 6b28a753311672f0715bbad7049b72e799b6acb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:34:11 -0800 Subject: [PATCH] Bump ruff from 0.2.2 to 0.3.0 (#1374) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luciano Resende --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c7bd3b7..de1f7e67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.0 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 4da7fef0..f069de95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ lint = [ "black[jupyter]==24.2.0", "mdformat>0.7", "mdformat-gfm>=0.3.5", - "ruff==0.2.2" + "ruff==0.3.0" ] [tool.ruff.pylint]