Chnge docstring tester from Doc to D as Doc has no effect
This commit is contained in:
parent
1c54d25212
commit
04832892cc
2 changed files with 2 additions and 6 deletions
|
|
@ -115,9 +115,7 @@ select = [
|
||||||
"C90", # McCabe complexity!
|
"C90", # McCabe complexity!
|
||||||
"NPY", # Numpy linting
|
"NPY", # Numpy linting
|
||||||
"N", # PEP8 naming
|
"N", # PEP8 naming
|
||||||
# "DOC", # Enforce argument, return, and raise to be mentioned in docstrings there is
|
# "D", # Docstring checks these may need to be added gradually
|
||||||
# also "D" but this even warns about docstring punctuation. Perhaps a step too
|
|
||||||
# far?
|
|
||||||
]
|
]
|
||||||
|
|
||||||
ignore = [
|
ignore = [
|
||||||
|
|
|
||||||
|
|
@ -31,9 +31,7 @@ select = [
|
||||||
"C90", # McCabe complexity!
|
"C90", # McCabe complexity!
|
||||||
"NPY", # Numpy linting
|
"NPY", # Numpy linting
|
||||||
"N", # PEP8 naming
|
"N", # PEP8 naming
|
||||||
"DOC", # Enforce argument, return, and raise to be mentioned in docstrings there is
|
"D", # Docstring checks these may need to be added gradually
|
||||||
# also "D" but this even warns about docstring punctuation. Perhaps a step too
|
|
||||||
# far?
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Line length is set to 88 for ruff. This is what the formatter aims for
|
# Line length is set to 88 for ruff. This is what the formatter aims for
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue