From 40a20ad931d669b9a4305479d5b334c16fd2c3b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:57:55 +0000 Subject: [PATCH] Update dependency ruff to v0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a603c27..4efc76e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "myst-parser==4.0.0", # Embeds markdown in sphinx # DEVELOPMENT "black[jupyter]==24.10.0", # Python Formatter - "ruff==0.7.0", # Python Linter + "ruff==0.7.1", # Python Linter "doc8==1.1.2", # Documentation linter "yamllint==1.35.1", # YAML linter "pre-commit==4.0.1", # Git commit hooks