From 49a89efaa912351008dc8f71c17b4ba609e70d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sat, 7 Sep 2024 09:33:58 -0700 Subject: [PATCH] Update README.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f518d95..7c35da1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -214,10 +214,11 @@ ignore = [ "D212", # `multi-line-summary-first-line` (D212) and `multi-line-summary-second-line` (D213) are incompatible "S104", # Possible binding to all interfaces "CPY", # no copyright notices + "DOC", # no support for restructuredtext ] per-file-ignores."tests/**/*.py" = [ - "S101", # asserts allowed in tests... - "FBT", # don"t care about booleans as positional arguments in tests + "S101", # asserts allowed in tests + "FBT", # don't care about booleans as positional arguments in tests "INP001", # no implicit namespace "D", # don't care about documentation in tests "S603", # `subprocess` call: check for execution of untrusted input