From ddce1b04ccd460c70350c0081a16c08c7a90417a Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 13 Jan 2024 12:12:35 +0100 Subject: [PATCH] build: enable some ruff-specific rules in ruff --- .ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruff.toml b/.ruff.toml index c7e7ce97..af2c0b32 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,5 +1,5 @@ [lint] -extend-select = ["B", "I", "PGH", "TRY", "UP"] +extend-select = ["B", "I", "PGH", "RUF100", "TRY", "UP"] ignore = ["TRY003"] [lint.isort]