From 1499a0aea7f1fb70ed8e7efe5ec9736af47f7c46 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 23 May 2024 09:13:31 +0300 Subject: [PATCH] =?UTF-8?q?ruff:=20extend-ignore=20=E2=86=92=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `extend-ignore` is deprecated --- ruff.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruff.toml b/ruff.toml index 8f0375da0b..9eedc4b624 100644 --- a/ruff.toml +++ b/ruff.toml @@ -9,7 +9,6 @@ extend-select = [ "C901", "PERF401", "W", - # local "ANN2", # missing-return-type-* "FA", # flake8-future-annotations @@ -23,7 +22,6 @@ extend-select = [ ignore = [ "TRY003", # raise-vanilla-args, avoid multitude of exception classes "TRY301", # raise-within-try, it's handy - "UP015", # redundant-open-modes, explicit is preferred "UP038", # Using `X | Y` in `isinstance` call is slower and more verbose https://github.com/astral-sh/ruff/issues/7871 # Only enforcing return type annotations for public functions "ANN202", # missing-return-type-private-function