From 45be372aa7f6a82c9bb540494ad8dc4a8459fe8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 00:18:03 +0000 Subject: [PATCH] Bump ruff from 0.1.5 to 0.2.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.5 to 0.2.2. - [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.1.5...v0.2.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04fe4ff6..9e74e2b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ lint = [ "black[jupyter]==23.9.1", "mdformat>0.7", "mdformat-gfm>=0.3.5", - "ruff==0.1.5" + "ruff==0.2.2" ] [tool.ruff.pylint]