Cleanup my pyproject.toml proposal

This commit is contained in:
Gerard Vermeulen 2023-02-07 07:11:36 +01:00
parent 923a090223
commit 540d2c585f

View File

@ -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]