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]