Chnge docstring tester from Doc to D as Doc has no effect

This commit is contained in:
Julian Stirling 2025-06-10 15:59:24 +01:00
parent 1c54d25212
commit 04832892cc
2 changed files with 2 additions and 6 deletions

View file

@ -31,9 +31,7 @@ select = [
"C90", # McCabe complexity!
"NPY", # Numpy linting
"N", # PEP8 naming
"DOC", # Enforce argument, return, and raise to be mentioned in docstrings there is
# also "D" but this even warns about docstring punctuation. Perhaps a step too
# far?
"D", # Docstring checks these may need to be added gradually
]
# Line length is set to 88 for ruff. This is what the formatter aims for