From b76a25e5539592734bc760dc4b19ad6537ad9049 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 9 Sep 2026 15:22:27 +0500 Subject: [PATCH] Bump ruff and ty --- pyproject.toml | 2 ++ requirements-tools.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a93073672f..7ac4f8265f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,6 +127,8 @@ no-matching-overload = "ignore" not-subscriptable = "ignore" unsupported-dynamic-base = "ignore" unsupported-operator = "ignore" +redundant-condition = "ignore" +redundant-condition-strict = "ignore" # `@persistent` is incorrectly annotated as `Any` in fake-bpy, needs to be resolved upstream. dynamic-function-decorator-return = "ignore" diff --git a/requirements-tools.txt b/requirements-tools.txt index af47394e18..a09fedcbf9 100644 --- a/requirements-tools.txt +++ b/requirements-tools.txt @@ -1,5 +1,5 @@ black==26.5.1 -ruff==0.16.4 +ruff==0.16.6 poethepoet -ty==0.0.74 +ty==0.0.79 gersemi==0.28.1