From 97e5bd2765b8b851a53e92fc3eb687b89a7b2b6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 21:23:07 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.9.1 --- pyproject.toml | 2 ++ requirements-check.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc520363..1d8f70f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,8 @@ select = [ "UP", ] ignore = [ + # We do this deliberately when extending modules with functionality + "A005", # Not available in all supported Python versions "B905", # Black will handle this diff --git a/requirements-check.txt b/requirements-check.txt index eadca37b..aaacaf9f 100644 --- a/requirements-check.txt +++ b/requirements-check.txt @@ -1,4 +1,4 @@ -ruff==0.8.6 +ruff==0.9.1 black==24.10.0 isort==5.13.2 mypy==1.13.0