From 449422d6965d449ee2329422c21c428d1a4e0fbb Mon Sep 17 00:00:00 2001 From: Yoann Schneider <yschneider@teklia.com> Date: Fri, 12 Apr 2024 19:26:43 +0200 Subject: [PATCH] Introduce S113 --- ruff.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 477708d430..622b1a91e3 100644 --- a/ruff.toml +++ b/ruff.toml @@ -5,5 +5,8 @@ line-length = 120 quote-style = "double" [lint] -select = ["Q0", "F", "W", "E"] +select = ["Q0", "F", "W", "E", + # request-without-timeout + "S113", +] ignore = ["E501"] -- GitLab