From 5c21646dd8006424d917c9348d89c69e2c3b8c66 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Tue, 7 Jan 2025 02:23:53 +0000 Subject: [PATCH] Ignore new lint Signed-off-by: GitHub --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c97a5e7..52c6ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,7 @@ select = ["ALL"] ignore = [ "CPY001", # (Missing copyright notice at top of file) "S311", # (Standard pseudo-random generators are not suitable for cryptographic purposes) - Really? + "DOC201", # (`return` is not documented in docstring) - TODO ] [tool.ruff.lint.extend-per-file-ignores]