From: Sebastián Ramírez Date: Fri, 15 May 2026 10:15:37 +0000 (+0200) Subject: 🔧 Remove Ruff ignored rule for tabs (#15533) X-Git-Tag: 0.136.2~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6abc93bffd0ed5d14fa245d8110bb587d026741;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Remove Ruff ignored rule for tabs (#15533) --- diff --git a/pyproject.toml b/pyproject.toml index 2d0e4cc8bc..8b066c125e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -278,7 +278,6 @@ ignore = [ "E501", # line too long, handled by black "B008", # do not perform function calls in argument defaults "C901", # too complex - "W191", # indentation contains tabs ] [tool.ruff.lint.per-file-ignores]