From 5523cb6be8c3c72569feabb67f9af3e62f228676 Mon Sep 17 00:00:00 2001 From: Sid <27780930+autinerd@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:45:07 +0100 Subject: [PATCH] Set ruff requires-version to 0.3.4 (#114388) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4309e107046..062b8aaf77a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -598,6 +598,9 @@ filterwarnings = [ "ignore:pkg_resources is deprecated as an API:DeprecationWarning:webrtcvad", ] +[tool.ruff] +required-version = ">=0.3.4" + [tool.ruff.lint] select = [ "B002", # Python does not support the unary prefix increment