From 540d2c585f24df50062859fdf0af832084af3e5d Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Tue, 7 Feb 2023 07:11:36 +0100 Subject: [PATCH] Cleanup my pyproject.toml proposal --- README.org | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.org b/README.org index 156c8e4..c498fd9 100644 --- a/README.org +++ b/README.org @@ -4531,17 +4531,6 @@ select = [ ] ignore = [ "B905", # `zip()` without an explicit `strict=` parameter - # https://www.pydocstyle.org/en/stable/error_codes.html#default-conventions - # pydocstyle numpy convention: - # "D107", # missing docstring in __init__ - # "D203", # single blank line required before class docstring - # "D212", # multi-line docstring summary should start at the first line - # "D213", # multi-line docstring summary should start at the second line - # "D402", # first line should not be the function signature - # "D413", # missing blank line after last section - # "D415", # 1st line should end with a ".", "?", or "?" - # "D416", # section name should end with a ":" - # "D417", # missing argument descriptions in the docstring ] [tool.ruff.mccabe]