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